{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "Secret": "7vj.3KW.hYE!}4u6", "LocalDbConnectionString": null, "Default": { "Users": [ { "Username": "user", "Password": "pass", "Role": "User" }, { "Username": "admin", "Password": "pass", "Role": "Admin" } ], "Endpoints": [ "", "", "" ] } }