Browse Source

1配置

master
huangjiajun 6 months ago
parent
commit
36e0e35afc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      etc/cfg.yml

+ 3
- 3
etc/cfg.yml View File

@@ -11,10 +11,10 @@ redis_password: ''


# 连接官网数据库获取db mapping # 连接官网数据库获取db mapping
db: db:
host: '119.23.182.117:3306'
host: 'zhios123.rwlb.rds.aliyuncs.com:3306'
name: 'bakery' name: 'bakery'
user: 'root'
psw: 'Fnuo123com@'
user: 'canal'
psw: 'canal'
show_log: true show_log: true
max_lifetime: 30 max_lifetime: 30
max_open_conns: 100 max_open_conns: 100


Loading…
Cancel
Save