T87 prefixed proxysql Consul keys so they have their own namespace

pull/481/head
iprunache 10 years ago
parent fa406f656a
commit 17495fccf0

@ -15,7 +15,7 @@ CFG_CONSUL_PORT = 'consul_port'
# Proxysql config types to Consul key mapping
TYPE_TO_KEY = {
'mysql_servers': 'mysql_servers'
'mysql_servers': 'proxysql/mysql_servers'
}
config = {}

Loading…
Cancel
Save