mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
8 lines
239 B
XML
8 lines
239 B
XML
<configuration name="redis.conf" description="mod_redis Configuration">
|
|
<settings>
|
|
<param name="host" value="localhost"/>
|
|
<param name="port" value="6379"/>
|
|
<param name="timeout" value="10000"/>
|
|
</settings>
|
|
</configuration>
|