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

19 lines
474 B
JSON

{
"App": {
"SelfUrl": "https://localhost:44355",
"CorsOrigins": "https://*.Payment.com",
"RedirectAllowedUrls": ""
},
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=Payment;User ID=root;Password=myPassword;"
},
"AuthServer": {
"Authority": "https://localhost:44355",
"RequireHttpsMetadata": false,
"SwaggerClientId": "Payment_Swagger"
},
"StringEncryption": {
"DefaultPassPhrase": "ex1X6Pe2UOTsR6Tv"
}
}