update conf x prod/staging IIS01/IIS=2 di LAND

This commit is contained in:
Samuele Locatelli
2021-11-24 14:54:31 +01:00
parent 9cc4a5544c
commit 9d4b93b4ab
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -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/"
}
+12
View File
@@ -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/"
}