first commit

This commit is contained in:
2025-09-08 14:15:45 +08:00
commit 0ecba9619f
622 changed files with 37941 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"App": {
"SelfUrl": "https://localhost:44316",
"CorsOrigins": "https://*.TenantManagement.com",
"RedirectAllowedUrls": ""
},
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=TenantManagement;User ID=root;Password=myPassword;"
},
"AuthServer": {
"Authority": "https://localhost:44316",
"RequireHttpsMetadata": false,
"SwaggerClientId": "TenantManagement_Swagger"
},
"StringEncryption": {
"DefaultPassPhrase": "FUFDAYrpYDaw4Tsl"
}
}