20 lines
472 B
JSON
20 lines
472 B
JSON
{
|
|
"App": {
|
|
"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:44379",
|
|
"RequireHttpsMetadata": true,
|
|
"SwaggerClientId": "Report_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "CnofoVnefiZOTqgF"
|
|
}
|
|
}
|