Explorar el Código

users

tags/1.0
Ales Komarek hace 9 años
padre
commit
b7667f6d10
Se han modificado 2 ficheros con 18 adiciones y 0 borrados
  1. +9
    -0
      metadata/service/master/cluster.yml
  2. +9
    -0
      metadata/service/slave/cluster.yml

+ 9
- 0
metadata/service/master/cluster.yml Ver fichero

@@ -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 Ver fichero

@@ -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}

Cargando…
Cancelar
Guardar