Files
FrontOffice/src/FrontOffice.Main/appsettings.json
masoud 65a64bf63b
Some checks failed
Build and Deploy / build (push) Has been cancelled
Update GwUrl to HTTPS domain with Let's Encrypt
2025-12-07 15:05:21 +00:00

17 lines
406 B
JSON

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