]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add sample config for mod_memcache
authorRupa Schomaker <rupa@rupa.com>
Wed, 1 Apr 2009 19:05:34 +0000 (19:05 +0000)
committerRupa Schomaker <rupa@rupa.com>
Wed, 1 Apr 2009 19:05:34 +0000 (19:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12872 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/memcache.conf.xml [new file with mode: 0644]

diff --git a/conf/autoload_configs/memcache.conf.xml b/conf/autoload_configs/memcache.conf.xml
new file mode 100644 (file)
index 0000000..dc0173f
--- /dev/null
@@ -0,0 +1,6 @@
+<configuration name="memcache.conf" description="memcache Configuration">
+  <settings>
+    <!-- comma sep list of servers: eg:  localhost,otherhost:port,anotherone -->
+    <param name="memcache-servers" value="localhost"/>
+  </settings>
+</configuration>