Files
WebNovelPortal/WebNovelPortalAPI/appsettings.json
2022-07-14 19:31:53 -04:00

13 lines
204 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "null"
},
"AllowedHosts": "*"
}