chore 调整项目结构

This commit is contained in:
2025-09-08 15:47:11 +08:00
parent 0ecba9619f
commit 060ffe4c6a
148 changed files with 1186 additions and 1841 deletions

View File

@ -1,18 +1,19 @@
{
"App": {
"SelfUrl": "https://localhost:44321",
"CorsOrigins": "https://*.Dispatch.com",
"RedirectAllowedUrls": ""
"CorsOrigins": "https://*.Dispatch.com,https://localhost:44327"
},
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=Dispatch;User ID=root;Password=myPassword;"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "https://localhost:44321",
"RequireHttpsMetadata": false,
"Authority": "https://localhost:44361",
"RequireHttpsMetadata": true,
"SwaggerClientId": "Dispatch_Swagger"
},
"StringEncryption": {
"DefaultPassPhrase": "AcY4JMdp6hCRgMYj"
"DefaultPassPhrase": "vYUQJbcqDROWyx2n"
}
}