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

13 lines
264 B
JSON
Raw Normal View History

2025-09-28 01:28:44 +03:30
{
//"GwUrl": "https://afrinogw.afrino.co",
"GwUrl": "https://localhost:34781",
"DownloadUrl": "https://dl.afrino.co",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}