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