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

13 lines
258 B
JSON
Raw Normal View History

2025-09-28 01:28:44 +03:30
{
2025-10-07 19:53:33 +03:30
"GwUrl": "https://fogw.kbs1.ir",
//"GwUrl": "https://localhost:34781",
2025-09-28 01:28:44 +03:30
"DownloadUrl": "https://dl.afrino.co",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}