Files
FrontOffice/src/FrontOffice.Main/appsettings.Staging.json
T
masoodafar-web 9e92ab951a
Build and Deploy / build (push) Failing after 1m42s
fix: update gateway URL to new domain in configuration files
2026-01-03 17:30:37 +03:30

19 lines
414 B
JSON

{
"GwUrl": "https://frontoffice-bff.se.kbs1.ir",
"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": "*"
}