LibraryManagement / Frontend /appsettings.json
sannlynnhtun-coding's picture
feat: implement authentication and authorization features, add book and user management controllers, and enhance UI for login and registration
b0a0ed0
Raw
History Blame Contribute Delete
191 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"BackendApiBaseUrl": "https://localhost:7028"
}