1
0
mirror of https://github.com/bitwarden/server synced 2026-02-12 14:33:49 +00:00
Files
server/util/SeederApi/appsettings.json

13 lines
216 B
JSON

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