LibraryManagement / Backend /appsettings.Development.json
sannlynnhtun-coding's picture
feat: restructure backend project, add configuration files, implement authentication, user and book management, and enhance borrowing and subscription features
068485b
Raw
History Blame Contribute Delete
119 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}