Ales Komarek 9 anni fa
parent
commit
b7667f6d10
2 ha cambiato i file con 18 aggiunte e 0 eliminazioni
  1. +9
    -0
      metadata/service/master/cluster.yml
  2. +9
    -0
      metadata/service/slave/cluster.yml

+ 9
- 0
metadata/service/master/cluster.yml Vedi File

@@ -24,3 +24,12 @@ parameters:
port: 4567
- host: ${_param:cluster_node03_address}
port: 4567
mysql:
server:
users:
- name: haproxy
host: localhost
- name: haproxy
host: '%'
- name: haproxy
host: ${_param:cluster_local_address}

+ 9
- 0
metadata/service/slave/cluster.yml Vedi File

@@ -24,3 +24,12 @@ parameters:
port: 4567
- host: ${_param:cluster_node03_address}
port: 4567
mysql:
server:
users:
- name: haproxy
host: localhost
- name: haproxy
host: '%'
- name: haproxy
host: ${_param:cluster_local_address}

Loading…
Annulla
Salva