diff --git a/src/CMSMicroservice.WebApi/appsettings.Production.json b/src/CMSMicroservice.WebApi/appsettings.Production.json deleted file mode 100644 index 1c337a1..0000000 --- a/src/CMSMicroservice.WebApi/appsettings.Production.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "ZarinPal": { - "MerchantId": "4225d555-5fa9-4df0-9b61-1ce152cbbba8", - "UseSandbox": false - }, - "CmsBaseUrl": "https://cms.kbs1.ir", - "FrontOfficeBaseUrl": "https://kbs1.ir", - "ConnectionStrings": { - "DefaultConnection": "Server=mssql-svc;Database=KBS;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=True;" - }, - "SeedWorkers": { - "MagicWalletCycleSeed": { - "Enabled": true - } - }, - "Kestrel": { - "EndpointDefaults": { - "Protocols": "Http2" - } - }, - "Seq": { - "ServerUrl": "http://seq-svc:5341", - "ApiKey": "oxpvpUzU1pZxMS4s3Fqq" - }, - "Logging": { - "LogLevel": { - "Default": "Warning", - "Microsoft.AspNetCore": "Warning" - } - } -}