{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "NLog": { "variables": { "baseFileDir": "${basedir}/logs/", "layout": "${longdate} | ${uppercase:${level}} | ${logger:shortName=false} | ${message}" }, // "internalLogLevel": "Info", // "internalLogFile": "c:\\temp\\internal-nlog.txt", "extensions": [ { "assembly": "NLog.Extensions.Logging" }, { "assembly": "NLog.Web.AspNetCore" } ], "throwConfigExceptions": true, "targets": { "async": true, "logfile": { "type": "File", "fileName": "${basedir}/logs/${shortdate}.log", "archiveEvery": "Day", "archiveFileName": "${basedir}/logs/old/${shortdate}_{#}.log", "archiveNumbering": "DateAndSequence", "archiveAboveSize": "1024000", "archiveDateFormat": "HH", "maxArchiveFiles": "60", "maxArchiveDays": "30" }, "logconsole": { "type": "ColoredConsole", "layout": "${longdate} | ${uppercase:${level}} | ${logger:shortName=true} | ${message}" } }, "rules": [ { "logger": "*", "minLevel": "Trace", "writeTo": "logconsole" }, { "logger": "*", "minLevel": "Info", "writeTo": "logfile" } ] }, "AllowedHosts": "*", "QrJumpPath": "MP/TAB/jumper?", "Environment": "Steam DEV", "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;", "MP.Land.Auth": "Server=SQL2016DEV;Database=MoonPro_Anagrafica;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;", //"MP.Land": "Server=SQL2016DEV;Database=MoonPro_ONE;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;", "Redis": "localhost:26379, serviceName=devel, defaultDatabase=1, keepAlive=180, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, abortConnect=false, ssl=false, allowAdmin=true" }, "Application": { "SafePages": "||LAND|Home|Index|About|Help|Unauthorized|" }, "ServerConf": { "CodApp": "MP-LAND", "Modulo": "MoonPro", "BaseUrl": "https://localhost:44309/", "downloadPath": "C:\\Steamware\\installers\\MP" } }