19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44340",
|
|
"CorsOrigins": "https://*.Report.com",
|
|
"RedirectAllowedUrls": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Host=localhost;Port=5432;Database=Report;User ID=root;Password=myPassword;"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44340",
|
|
"RequireHttpsMetadata": false,
|
|
"SwaggerClientId": "Report_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "aRnRGh9BVWKdfQXb"
|
|
}
|
|
}
|