chore 调整项目结构
This commit is contained in:
@ -1,18 +1,19 @@
|
||||
{
|
||||
"App": {
|
||||
"SelfUrl": "https://localhost:44355",
|
||||
"CorsOrigins": "https://*.Payment.com",
|
||||
"RedirectAllowedUrls": ""
|
||||
"CorsOrigins": "https://*.Payment.com,https://localhost:44361"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"Default": "Host=localhost;Port=5432;Database=Payment;User ID=root;Password=myPassword;"
|
||||
},
|
||||
"Redis": {
|
||||
"Configuration": "127.0.0.1"
|
||||
},
|
||||
"AuthServer": {
|
||||
"Authority": "https://localhost:44355",
|
||||
"RequireHttpsMetadata": false,
|
||||
"Authority": "https://localhost:44317",
|
||||
"RequireHttpsMetadata": true,
|
||||
"SwaggerClientId": "Payment_Swagger"
|
||||
},
|
||||
"StringEncryption": {
|
||||
"DefaultPassPhrase": "ex1X6Pe2UOTsR6Tv"
|
||||
"DefaultPassPhrase": "X8BiQDb1AVYqDATC"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user