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:44316",
"CorsOrigins": "https://*.TenantManagement.com",
"RedirectAllowedUrls": ""
"CorsOrigins": "https://*.TenantManagement.com,https://localhost:44332"
},
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=TenantManagement;User ID=root;Password=myPassword;"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "https://localhost:44316",
"RequireHttpsMetadata": false,
"RequireHttpsMetadata": true,
"SwaggerClientId": "TenantManagement_Swagger"
},
"StringEncryption": {
"DefaultPassPhrase": "FUFDAYrpYDaw4Tsl"
"DefaultPassPhrase": "NR0sazB47i10Gw6H"
}
}