[Freeswitch-svn] [commit] r12872 - freeswitch/trunk/conf/autoload_configs
FreeSWITCH SVN
rupa at freeswitch.org
Wed Apr 1 12:05:34 PDT 2009
Author: rupa
Date: Wed Apr 1 14:05:34 2009
New Revision: 12872
Log:
add sample config for mod_memcache
Added:
freeswitch/trunk/conf/autoload_configs/memcache.conf.xml
Added: freeswitch/trunk/conf/autoload_configs/memcache.conf.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/autoload_configs/memcache.conf.xml Wed Apr 1 14:05:34 2009
@@ -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>
More information about the Freeswitch-svn
mailing list