From 92634fba8cf53e5b630408caec60fffb553d9525 Mon Sep 17 00:00:00 2001 From: XuJiacheng Date: Tue, 24 Mar 2026 08:46:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20PostgreSQL=20?= =?UTF-8?q?=E4=B8=BB=E6=9C=BA=E5=9C=B0=E5=9D=80=E5=92=8C=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=AD=A3=E5=AF=86=E7=A0=81=E4=B8=BA=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E5=BC=BA=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appsettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appsettings.json b/appsettings.json index a5803eb..1586b1a 100644 --- a/appsettings.json +++ b/appsettings.json @@ -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" }