HM-SPMS/platform/common/sysconfig/iscs_wise_mnp.xml

11 lines
552 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<root>
<module name="redis_config" description="redis的配置">
<param key="ip" value="127.0.0.1" desc="redis的ip"/>
<param key="port" value="6379" desc="redis的端口号"/>
<param key="con_timeout" value="1000" desc="单个redis服务连接超时时间单位ms如果等0表示使用默认超时时间1000ms"/>
<param key="need_passwd" value="1" desc="是否需要密码"/>
<param key="passwd" value="admin" desc="redis的密码"/>
</module>
</root>