forked from Mirrors/freeswitch
try to add sample config. I shouldn't have permission
This commit is contained in:
parent
15ece47601
commit
84feca50e3
|
@ -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>
|
Loading…
Reference in New Issue