Browse Source

users

tags/1.0
Ales Komarek 9 years ago
parent
commit
b7667f6d10
2 changed files with 18 additions and 0 deletions
  1. +9
    -0
      metadata/service/master/cluster.yml
  2. +9
    -0
      metadata/service/slave/cluster.yml

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

port: 4567 port: 4567
- host: ${_param:cluster_node03_address} - host: ${_param:cluster_node03_address}
port: 4567 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 View File

port: 4567 port: 4567
- host: ${_param:cluster_node03_address} - host: ${_param:cluster_node03_address}
port: 4567 port: 4567
mysql:
server:
users:
- name: haproxy
host: localhost
- name: haproxy
host: '%'
- name: haproxy
host: ${_param:cluster_local_address}

Loading…
Cancel
Save