{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "DD_ECM_Connection": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;" }, "AllowedOrigins": [ "http://172.24.12.39:85", "http://localhost:85", "http://localhost:4200", "http://localhost:5500" ], "UseSwagger": true, "RunAsWindowsService": true, "DirectoryService": { "SearchRoot": "LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works" }, "Jwt": { "Key": "pJBcBWZSjsWlhi1OlCcw6ERTMRNb7qsdvsfvdfbagdfbdfsSDGSDMhsjkfdhsdfbgkHKSDF", "Issuer": "http://localhost:44316", "Audience": "http://localhost:44316" }, "NLog": { "throwConfigExceptions": true, "targets": { "logfile": { "type": "File", "fileName": "${basedir}/logs/${shortdate}.log" }, "logconsole": { "type": "Console" } }, "rules": [ { "logger": "*", "minLevel": "Debug", "writeTo": "logfile,logconsole" } ] } }