-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
Sep 28, 2019
1 parent
9e85371
commit ab0b8b9
Showing
5 changed files
with
14 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,17 @@ | ||
cluster: | ||
- | ||
name: "GZ" | ||
title: "广州机房" | ||
note: "广州机房" | ||
name: "Default" | ||
title: "默认机房" | ||
note: "默认机房" | ||
db: | ||
driver: "mysql" | ||
host: "47.106.231.246" | ||
port: 30006 | ||
host: "127.0.0.1" | ||
port: 3306 | ||
userName: "root" | ||
password: "Key123qaz:mysql" | ||
database: "goku-ee-tmp" | ||
password: "123456" | ||
database: "goku_ee" | ||
redis: | ||
mode: "stand" | ||
addrs: "47.95.203.198:6379" | ||
password: "Key123qazredis" | ||
dbIndex: 0 | ||
# masters: xxx,xxx | ||
- | ||
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 | ||
addrs: "127.0.0.1:6379" # stand、cluster模式下addrs为redis地址,多个地址间用英文逗号隔开 | ||
password: "123456" | ||
dbIndex: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
listen_port: 7000 | ||
admin_bind: 127.0.0.1:7005 | ||
db_host: 47.106.231.246 | ||
db_port: 30006 | ||
db_name: goku-ee-tmp | ||
db_host: 127.0.0.1 | ||
db_port: 3306 | ||
db_name: goku_ee | ||
db_user: root | ||
db_password: Key123qaz:mysql | ||
db_password: root |
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.