x-lab-lbq-technical-test/backend/LeedsBeerQuest.API/LeedsBeerQuest.API/appsettings.Development.json

14 lines
210 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Database": {
"Seed": {
"SeedDataLocation": "../leedsbeerquest.csv"
}
}
}