📄
MatDenDagen/appsettings.Development.json
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "MatDenDagen": "Debug" } }, "ConnectionStrings": { "database": "Data Source=../database.db" }, "Storage": { "BlobDirectory": "../blobs" }, "Admin": { "Hash": "$2a$12$MZUSzXjWbGcABxprQaviPe3rTNm.ulVGqceDPuKd787jHCnfMAc/C", // admin123 "LoginTime": "08:00:00.000" } }