Files
server/util/SeederApi/appsettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
177 B
JSON
Raw Normal View History

{
"globalSettings": {
"projectName": "SeederApi"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}