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