调整默认配置

This commit is contained in:
yidl 2025-08-29 23:19:23 +08:00
parent 658b2c8115
commit c1e0665826
3 changed files with 5 additions and 10 deletions

View File

@ -41,13 +41,6 @@
"CERT_PASSWORD": "ydl825913", "CERT_PASSWORD": "ydl825913",
"ConsulServer": "http://localhost:8500", "ConsulServer": "http://localhost:8500",
"AllowedOrigins": "http://localhost:19901,http://192.168.0.100:40000", "AllowedOrigins": "http://localhost:19901,http://192.168.0.100:40000",
"AuthorityServer": "https://192.168.1.100:19902",
"AllowedHosts": "*", "AllowedHosts": "*",
"Urls": "http://0.0.0.0:19901", "Urls": "http://0.0.0.0:19901",
"RedisConfig": {
"RedisType": "Normal",
"Connections": [ "redismy:6379" ],
"dbNum": 10,
"Password": "redis&&!123"
}
} }

View File

@ -33,6 +33,5 @@
"AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173", "AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173",
"AllowedHosts": "*", "AllowedHosts": "*",
"RetryCount": 10, "RetryCount": 10,
"AuthorityServer": "https://106.52.199.114:8001",
"SystemHome": "https://106.52.199.114:8000/" "SystemHome": "https://106.52.199.114:8000/"
} }

View File

@ -28,7 +28,7 @@
"Url": "http://*:19901" "Url": "http://*:19901"
}, },
"Https": { "Https": {
"Url": "https://*:8001" "Url": "https://*:19902"
} }
} }
}, },
@ -46,7 +46,10 @@
"AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173", "AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173",
"AllowedHosts": "*", "AllowedHosts": "*",
"RetryCount": 10, "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/", "SystemHome": "https://106.52.199.114:8000/",
"Hangfire": { "Hangfire": {
"AdminPassword": "HNjt123~" "AdminPassword": "HNjt123~"