20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.Dispatch.com,https://localhost:44327"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Host=localhost;Port=5432;Database=Dispatch;User ID=root;Password=myPassword;"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44361",
|
|
"RequireHttpsMetadata": true,
|
|
"SwaggerClientId": "Dispatch_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "vYUQJbcqDROWyx2n"
|
|
}
|
|
}
|