8c75556240
- spostamento aree conf server in apposito blocco - implementaizone compatibile con WebConfigSetter
23 lines
797 B
JSON
23 lines
797 B
JSON
{
|
|
"DetailedErrors": true,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Environment": "Steam PROD",
|
|
"AllowedHosts": "*",
|
|
"QrJumpPath": "MP/TAB/jumper?",
|
|
"appVers": "stable",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=SQL2016DEV;Database=MoonPro;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"MP.Land": "Server=SQL2016DEV;Database=MoonPro;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;",
|
|
"Redis": "localhost:6379,defaultDatabase=1,keepAlive=180,asyncTimeout=5000"
|
|
},
|
|
"ServerConf": {
|
|
"BaseUrl": "https://iis02.egalware.com/",
|
|
"downloadPath": "C:\\Steamware\\installers\\MP"
|
|
}
|
|
} |