diff --git a/src/FrontOffice.Main/appsettings.Production.json b/src/FrontOffice.Main/appsettings.Production.json new file mode 100644 index 0000000..9a8f96e --- /dev/null +++ b/src/FrontOffice.Main/appsettings.Production.json @@ -0,0 +1,18 @@ +{ + "GwUrl": "https://fogw.kbs2.ir", + "DownloadUrl": "https://dl.afrino.co", + "EncryptionSettings": { + "Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=", + "IV": "1wyF3Tt142MOkCpIyCxh/g==" + }, + "SignalR": { + "HubPath": "/hubs/token-relay" + }, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +}