scoreboard-api/Server/appsettings.Development.json
cuqmbr 3d170dca7a feat: add api controller
GET, POST, PUT method is present. DELETE is absent scince we don't need it in this case
2022-07-15 20:47:22 +03:00

12 lines
208 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Filename=./Scoreboard-SQLite.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}