try to add sample config. I shouldn't have permission

This commit is contained in:
Tamas Cseke 2011-05-12 11:07:06 +02:00
parent 15ece47601
commit 84feca50e3
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<configuration name="mongo.conf">
<settings>
<param name="host" value="127.0.0.1:27017"/>
<param name="min-connections" value="10"/>
<param name="max-connections" value="100"/>
</settings>
</configuration>