Files
KonSoft.Clean/applications/KonSoft.AuthServer/appsettings.json
2025-09-08 14:15:45 +08:00

18 lines
587 B
JSON

{
"App": {
"SelfUrl": "https://localhost:44322",
"ClientUrl": "http://localhost:4200",
"CorsOrigins": "https://*.KonSoft.com,http://localhost:4200,https://localhost:44316,https://localhost:44370",
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44319,https://localhost:44316,https://localhost:44347"
},
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=KonSoft;User ID=root;Password=myPassword;"
},
"Redis": {
"Configuration": "127.0.0.1"
},
"StringEncryption": {
"DefaultPassPhrase": "kxtywyrXW4i7vijT"
}
}