Files
FrontOffice/src/FrontOffice.Main/appsettings.json
T
masoodafar-web 585109ab86
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 6m0s
chore: clean up commented-out GwUrl in appsettings
2026-02-17 02:56:01 +03:30

19 lines
383 B
JSON

{
"GwUrl": "https://localhost:32846",
"DownloadUrl": "",
"EncryptionSettings": {
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",
"IV": "1wyF3Tt142MOkCpIyCxh/g=="
},
"SignalR": {
"HubPath": "/hubs/token-relay"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}