db config

This commit is contained in:
jiangyong27 2023-08-10 12:06:52 +08:00
parent a77f378156
commit faf93253c7
2 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,9 @@ log_level = 6
[mysql]
host = "100.100.199.74"
port = 3306
user = "enterprise"
pass = "QIDAQABo4G5MIG2MAkG"
port = 3307
user = "root"
pass = "ZW5aaGVuMIIBIj"
db = "enterprise"
[redis]

View File

@ -5,9 +5,9 @@ log_level = 6
[mysql]
host = "127.0.0.1"
port = 3306
user = "enterprise"
pass = "QIDAQABo4G5MIG2MAkG"
port = 3307
user = "root"
pass = "ZW5aaGVuMIIBIj"
db = "enterprise"
[redis]