{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "DbFirst.API.Services.CookieAuthHandler": "Debug" } }, "AuthService": { "BaseUrl": "http://172.24.12.39:9090/", "Login": "api/Auth/db-first/login", "Logout": "api/Auth/logout", "Check": "api/Auth/check" }, "ConnectionStrings": { "DefaultConnection": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;TrustServerCertificate=True;", "MassDataConnection": "Server=SDD-VMP04-SQL19\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;TrustServerCertificate=True;" }, "Cors": { "AllowedOrigins": [ "https://localhost:7276", "http://localhost:5101" ] }, "Dashboard": { "BaseUrl": "https://localhost:7204" }, "BrowserLink": { "Enabled": false }, "DetailedErrors": true }