提交 ab0b8b94 编写于 作者: Y Your Name

恢复默认设置

上级 9e853710
cluster: cluster:
- -
name: "GZ" name: "Default"
title: "广州机房" title: "默认机房"
note: "广州机房" note: "默认机房"
db: db:
driver: "mysql" driver: "mysql"
host: "47.106.231.246" host: "127.0.0.1"
port: 30006 port: 3306
userName: "root" userName: "root"
password: "Key123qaz:mysql" password: "123456"
database: "goku-ee-tmp" database: "goku_ee"
redis: redis:
mode: "stand" mode: "stand"
addrs: "47.95.203.198:6379" addrs: "127.0.0.1:6379" # stand、cluster模式下addrs为redis地址,多个地址间用英文逗号隔开
password: "Key123qazredis" password: "123456"
dbIndex: 0 dbIndex: 0
# masters: xxx,xxx \ No newline at end of file
-
name: "BJ"
title: "北京机房"
note: "北京机房"
db:
driver: "mysql"
host: "47.106.231.246"
port: 30006
userName: "root"
password: "Key123qaz:mysql"
database: "goku-ee-tmp"
redis:
mode: "stand"
addrs: "47.95.203.198:6379"
password: "Key123qazredis"
dbIndex: 0
listen_port: 7000 listen_port: 7000
admin_bind: 127.0.0.1:7005 admin_bind: 127.0.0.1:7005
db_host: 47.106.231.246 db_host: 127.0.0.1
db_port: 30006 db_port: 3306
db_name: goku-ee-tmp db_name: goku_ee
db_user: root db_user: root
db_password: Key123qaz:mysql db_password: root
\ No newline at end of file \ No newline at end of file
[2019-09-27 23:09:21] [TRAC] Listen: 7000
[2019-09-27 23:09:21] [TRAC] Start Successfully!
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册