fix
This commit is contained in:
parent
97243ded8e
commit
916c259870
10
.env
10
.env
|
@ -22,10 +22,10 @@ Charset = "utf8mb4"
|
|||
ConnectTimeout = 3 # second
|
||||
|
||||
[Db.Master]
|
||||
Host = "127.0.0.1"
|
||||
Host = "mysql8"
|
||||
Port = 3306
|
||||
User = "root"
|
||||
Password = "66688866"
|
||||
Password = "Lsxd#123@5"
|
||||
DBName = "auto_monitor"
|
||||
|
||||
[[Db.Slaves]] # 支持多个从库
|
||||
|
@ -43,10 +43,10 @@ Port = 8999
|
|||
Driver = "redis"
|
||||
|
||||
[Redis.Master]
|
||||
Host = "127.0.0.1"
|
||||
Host = "redis"
|
||||
Port = 6379
|
||||
#Password = ""
|
||||
#DB = 0
|
||||
Password = "Qwert123.lsxd"
|
||||
DB = 0
|
||||
|
||||
#[Redis.Option]
|
||||
#MaxIdle = 64
|
||||
|
|
Loading…
Reference in New Issue