fix: 更新 PostgreSQL 主机地址和端口,修正密码为实际强密码
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Postgres": {
|
||||
"Host": "10.8.8.109",
|
||||
"Port": "5433",
|
||||
"Host": "10.8.8.80",
|
||||
"Port": "5434",
|
||||
"Database": "log_platform",
|
||||
"User": "log_admin",
|
||||
"Password": "YourActualStrongPasswordForPostgres!",
|
||||
"Password": "H3IkLUt8K!x",
|
||||
"MaxConnections": "2",
|
||||
"IdleTimeoutMs": "30000"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user