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~"