]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
try to add sample config. I shouldn't have permission
authorTamas Cseke <cstomi@eworldcom.hu>
Thu, 12 May 2011 09:07:06 +0000 (11:07 +0200)
committerTamas Cseke <cstomi@eworldcom.hu>
Thu, 12 May 2011 09:07:06 +0000 (11:07 +0200)
conf/autoload_configs/mongo.conf.xml [new file with mode: 0644]

diff --git a/conf/autoload_configs/mongo.conf.xml b/conf/autoload_configs/mongo.conf.xml
new file mode 100644 (file)
index 0000000..a7fdeca
--- /dev/null
@@ -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>