Files
Go-http_framework/util/yaml/config.yaml
T

17 lines
236 B
YAML
Raw Normal View History

2020-12-16 14:23:38 +08:00
mysql:
user: root
password: 123456
host: 192.198.1.1
port: 3306
dbname: mdb
redis:
host: 192.168.1.1
port: 1234
auth: 123456
nginx_proxy:
counter: 3
nginx_list: [
192.168.1.1,
192.168.1.2,
192.168.1.3
]