调整默认配置
This commit is contained in:
parent
658b2c8115
commit
c1e0665826
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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/"
|
||||
}
|
|
@ -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~"
|
||||
|
|
Loading…
Reference in New Issue