mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
8 lines
222 B
XML
8 lines
222 B
XML
<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>
|