Files
KonSoft.Clean/microservices/KonSoft.Dispatch.HttpApi.Host/appsettings.json
2025-09-08 14:15:45 +08:00

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"
}
}