From 9d4b93b4ab16f5c56b7f5b9aee5fadae5dd9be6c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 24 Nov 2021 14:54:31 +0100 Subject: [PATCH] update conf x prod/staging IIS01/IIS=2 di LAND --- MP.Land/appsettings.Production.json | 12 ++++++++++++ MP.Land/appsettings.Staging.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 MP.Land/appsettings.Production.json create mode 100644 MP.Land/appsettings.Staging.json diff --git a/MP.Land/appsettings.Production.json b/MP.Land/appsettings.Production.json new file mode 100644 index 00000000..557d5444 --- /dev/null +++ b/MP.Land/appsettings.Production.json @@ -0,0 +1,12 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "Environment": "Steam PROD", + "BaseUrl": "https://iis02.egalware.com/MP/" +} \ No newline at end of file diff --git a/MP.Land/appsettings.Staging.json b/MP.Land/appsettings.Staging.json new file mode 100644 index 00000000..31aa23ba --- /dev/null +++ b/MP.Land/appsettings.Staging.json @@ -0,0 +1,12 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "Environment": "Steam DEV", + "BaseUrl": "https://iis01.egalware.com/MP/" +} \ No newline at end of file