Files
FrontOffice/src/FrontOffice.Main/appsettings.json

17 lines
406 B
JSON
Raw Normal View History

2025-09-28 01:28:44 +03:30
{
"GwUrl": "https://frontoffice-bff.foursat.afrino.co",
// "GwUrl": "https://localhost:34781",
2025-09-28 01:28:44 +03:30
"DownloadUrl": "https://dl.afrino.co",
2025-10-20 15:20:29 +03:30
"EncryptionSettings": {
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",
"IV": "1wyF3Tt142MOkCpIyCxh/g=="
},
2025-09-28 01:28:44 +03:30
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}