20 lines
502 B
JSON
20 lines
502 B
JSON
{
|
|
"App": {
|
|
"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": true,
|
|
"SwaggerClientId": "TenantManagement_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "NR0sazB47i10Gw6H"
|
|
}
|
|
}
|