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