bugfix:修改7400环境下maat_redis引用的ip错误

This commit is contained in:
fumingwei
2021-06-29 15:48:25 +08:00
parent 0152a3ffe4
commit 23b2e5aa8a

View File

@@ -278,7 +278,7 @@ dir /var/lib/redis
# network partition slaves automatically try to reconnect to masters
# and resynchronize with them.
#
{% raw %}slaveof {{ cm_policy_server_ip }} {{ cm.policy_server.port_range }}
{% raw %}slaveof {{ cm.policy_server.address }} {{ cm.policy_server.port_range }}
{% endraw %}
# If the master is password protected (using the "requirepass" configuration
# directive below) it is possible to tell the slave to authenticate before