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:44340",
"CorsOrigins": "https://*.Report.com",
"RedirectAllowedUrls": ""
"CorsOrigins": "https://*.Report.com,https://localhost:44387"
},
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=Report;User ID=root;Password=myPassword;"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "https://localhost:44340",
"RequireHttpsMetadata": false,
"Authority": "https://localhost:44379",
"RequireHttpsMetadata": true,
"SwaggerClientId": "Report_Swagger"
},
"StringEncryption": {
"DefaultPassPhrase": "aRnRGh9BVWKdfQXb"
"DefaultPassPhrase": "CnofoVnefiZOTqgF"
}
}