From c1e0665826a7a8464e772265be7b3a8fa7dc5938 Mon Sep 17 00:00:00 2001 From: yidl Date: Fri, 29 Aug 2025 23:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BZPT.Api/appsettings.Production.json | 7 ------- BZPT.Api/appsettings.Staging.json | 1 - BZPT.Api/appsettings.json | 7 +++++-- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/BZPT.Api/appsettings.Production.json b/BZPT.Api/appsettings.Production.json index 7ff7395..43b4ec9 100644 --- a/BZPT.Api/appsettings.Production.json +++ b/BZPT.Api/appsettings.Production.json @@ -41,13 +41,6 @@ "CERT_PASSWORD": "ydl825913", "ConsulServer": "http://localhost:8500", "AllowedOrigins": "http://localhost:19901,http://192.168.0.100:40000", - "AuthorityServer": "https://192.168.1.100:19902", "AllowedHosts": "*", "Urls": "http://0.0.0.0:19901", - "RedisConfig": { - "RedisType": "Normal", - "Connections": [ "redismy:6379" ], - "dbNum": 10, - "Password": "redis&&!123" - } } \ No newline at end of file diff --git a/BZPT.Api/appsettings.Staging.json b/BZPT.Api/appsettings.Staging.json index 9c341be..30cfa9a 100644 --- a/BZPT.Api/appsettings.Staging.json +++ b/BZPT.Api/appsettings.Staging.json @@ -33,6 +33,5 @@ "AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173", "AllowedHosts": "*", "RetryCount": 10, - "AuthorityServer": "https://106.52.199.114:8001", "SystemHome": "https://106.52.199.114:8000/" } \ No newline at end of file diff --git a/BZPT.Api/appsettings.json b/BZPT.Api/appsettings.json index 6b20ad8..8fd0493 100644 --- a/BZPT.Api/appsettings.json +++ b/BZPT.Api/appsettings.json @@ -28,7 +28,7 @@ "Url": "http://*:19901" }, "Https": { - "Url": "https://*:8001" + "Url": "https://*:19902" } } }, @@ -46,7 +46,10 @@ "AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173", "AllowedHosts": "*", "RetryCount": 10, - "AuthorityServer": "https://106.52.199.114:8001/", + "REDIS_HOST": "localhost", + "REDIS_PASSWORD": "redis&&!123", + "REDIS_DBNUM": "1", + "AuthorityServer": "https://localhost:19901/", "SystemHome": "https://106.52.199.114:8000/", "Hangfire": { "AdminPassword": "HNjt123~"