sannlynnhtun-coding's picture
feat: update book and user models, enhance subscription management with admin features, and modify connection string
c49ed24
Raw
History Blame
605 Bytes
Invalid JSON:Expected property name or '}' in JSONat line 10, column 5
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
//"MssqlConnection": "Server=DESKTOP-BP9A061;Database=LibraryManagement;User Id=sa;Password=sasa@123;TrustServerCertificate=True;"
"MssqlConnection": "Server=.;Database=LibraryManagement;User Id=sa;Password=sasa@123;TrustServerCertificate=True;"
},
"Jwt": {
"Secret": "YourSuperSecretKeyForLibraryManagementSystem_AtLeast32CharsLong",
"Issuer": "LibraryManagementSystem",
"Audience": "LibraryManagementUsers"
}
}