mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
try to add sample config. I shouldn't have permission
This commit is contained in:
parent
15ece47601
commit
84feca50e3
7
conf/autoload_configs/mongo.conf.xml
Normal file
7
conf/autoload_configs/mongo.conf.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user