Files
FrontOffice/src/FrontOffice.Main/appsettings.Production.json
T
masoodafar-web f02d082d7b
Build and Deploy to Production / build-and-deploy (push) Successful in 6m23s
fix: correct GwUrl in Production config to cms.kbs2.ir
2026-02-22 22:29:17 +03:30

19 lines
382 B
JSON

{
"GwUrl": "https://cms.kbs2.ir",
"DownloadUrl": "",
"EncryptionSettings": {
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",
"IV": "1wyF3Tt142MOkCpIyCxh/g=="
},
"SignalR": {
"HubPath": "/hubs/token-notification"
},
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}