Files
FrontOffice/src/FrontOffice.Main/appsettings.json
T
masoodafar-web 06c222308f
Build and Deploy to Production / build-and-deploy (push) Failing after 2m1s
update
2026-01-10 18:09:31 +03:30

20 lines
462 B
JSON

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