From 2451fda37f4d1604816fd7aad3cbdf7c0c83685f Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Mon, 5 Jan 2026 14:36:28 +0800 Subject: [PATCH] 000 --- src/Shentun.Peis.DbMigrator/appsettings.json | 4 ++-- src/Shentun.Peis.HttpApi.Host/appsettings.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Shentun.Peis.DbMigrator/appsettings.json b/src/Shentun.Peis.DbMigrator/appsettings.json index 5279017a..fac530c1 100644 --- a/src/Shentun.Peis.DbMigrator/appsettings.json +++ b/src/Shentun.Peis.DbMigrator/appsettings.json @@ -1,10 +1,10 @@ { "ConnectionStrings": { - //"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;" + "Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;" //"Default": "Host=192.168.2.67;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;" //"Default": "Host=localhost;Port=5432;Database=ShentunPeis1218;User ID=postgres;Password=wxd123;" //"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;" - "Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;" + //"Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;" }, "OpenIddict": { "Applications": { diff --git a/src/Shentun.Peis.HttpApi.Host/appsettings.json b/src/Shentun.Peis.HttpApi.Host/appsettings.json index de6d47ad..13a2b6b8 100644 --- a/src/Shentun.Peis.HttpApi.Host/appsettings.json +++ b/src/Shentun.Peis.HttpApi.Host/appsettings.json @@ -5,17 +5,17 @@ "CorsOrigins": "https://*.Peis.com,http://localhost:4200,http://localhost:9530,http://192.168.1.108:9530,http://localhost:8080,http://localhost:8081,http://192.168.0.3:9531", "RedirectAllowedUrls": "http://localhost:9530", "SelfUser": "admin", - //"SelfPassword": "Shentun!@#qwe123", - "SelfPassword": "654321", + "SelfPassword": "Shentun!@#qwe123", + //"SelfPassword": "654321", "LisUser": "admin", - //"LisPassword": "Shentun!@#qwe123" - "LisPassword": "654321" + "LisPassword": "Shentun!@#qwe123" + //"LisPassword": "654321" }, "ConnectionStrings": { //"Default": "Host=10.1.12.140;Port=5432;Database=ShentunPeis0508;User ID=postgres;Password=st123;" - //"Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;" + "Default": "Host=140.143.162.39;Port=5432;Database=ShentunPeis240701;User ID=postgres;Password=shentun123;" //"Default": "Host=192.168.2.67;Port=5432;Database=ShentunPeis;User ID=postgres;Password=st123;", - "Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;" + //"Default": "Host=192.168.0.188;Port=5432;Database=ShentunPeis;User ID=postgres;Password=St123456;" }, "AuthServer": { "Authority": "http://localhost:9530", @@ -62,7 +62,7 @@ "Hangfire": { "IsEnabled": true, "IsEnabledDashboard": true, - "ConnectionStrings": "192.168.0.188:6379,password=shentun123", + "ConnectionStrings": "140.143.162.39:6379,password=st123", "Db": 6 }, "Pacs": {