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