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

20 lines
475 B
JSON

{
"App": {
"CorsOrigins": "https://*.Payment.com,https://localhost:44361"
},
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=Payment;User ID=root;Password=myPassword;"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "https://localhost:44317",
"RequireHttpsMetadata": true,
"SwaggerClientId": "Payment_Swagger"
},
"StringEncryption": {
"DefaultPassPhrase": "X8BiQDb1AVYqDATC"
}
}