first commit
This commit is contained in:
18
microservices/KonSoft.Dispatch.HttpApi.Host/appsettings.json
Normal file
18
microservices/KonSoft.Dispatch.HttpApi.Host/appsettings.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user