Files
WebNovelPortal/WebNovelPortalAPI/appsettings.json

15 lines
274 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Sqlite": "Data Source=test_db",
"PostgresSql": "placeholder"
},
"DatabaseProvider": "Sqlite",
"AllowedHosts": "*"
}