Files
WebNovelPortal/WebNovelPortalAPI/appsettings.json

13 lines
270 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=/home/m/Documents/WebNovelPortal/WebNovelPortalAPI/test_db"
},
"AllowedHosts": "*"
}