From c094c10da2c167793f5338b7921229b7d545b778 Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Tue, 17 Feb 2026 01:58:17 +0330 Subject: [PATCH] =?UTF-8?q?fix:=20add=20appsettings.Production.json=20?= =?UTF-8?q?=E2=80=94=20GwUrl=3Dcms.kbs1.ir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appsettings.Production.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/FrontOffice.Main/appsettings.Production.json diff --git a/src/FrontOffice.Main/appsettings.Production.json b/src/FrontOffice.Main/appsettings.Production.json new file mode 100644 index 0000000..6f08557 --- /dev/null +++ b/src/FrontOffice.Main/appsettings.Production.json @@ -0,0 +1,18 @@ +{ + "GwUrl": "https://cms.kbs1.ir", + "DownloadUrl": "", + "EncryptionSettings": { + "Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=", + "IV": "1wyF3Tt142MOkCpIyCxh/g==" + }, + "SignalR": { + "HubPath": "/hubs/token-notification" + }, + "Logging": { + "LogLevel": { + "Default": "Warning", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +}