Skip to content

Commit

Permalink
恢复默认设置
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 28, 2019
1 parent 9e85371 commit ab0b8b9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 33 deletions.
37 changes: 10 additions & 27 deletions app/console/config/cluster.yaml
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
8 changes: 4 additions & 4 deletions app/console/config/goku.conf
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
2 changes: 0 additions & 2 deletions app/console/logs/console-2019-09-27-23.log

This file was deleted.

Empty file.
Empty file.

0 comments on commit ab0b8b9

Please sign in to comment.