Repository URL to install this package:
Version:
1.4.15+git~20150322T190102Z~6bb9581656-1~trusty+1 ▾
|
freeswitch-conf-vanilla
/
usr
/
share
/
freeswitch
/
conf
/
vanilla
/
autoload_configs
/
mongo.conf.xml
|
---|
<configuration name="mongo.conf">
<settings>
<!--
connection-string handles different ways to connect to mongo
samples:
server:port
foo/server:port,server:port SET
-->
<param name="connection-string" value="127.0.0.1:27017"/>
<param name="max-connections" value="100"/>
<!-- Timeout in seconds. 0 means no timeout -->
<param name="socket-timeout" value="0"/>
<!--
<param name="map" value="function() { emit(this.a, 1); }"/>
<param name="reduce" value="function(key, values) { return Array.sum(values); }"/>
<param name="finalize" value="function(key, value) { return value;}"/>
-->
</settings>
</configuration>