1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 05:03:18 +00:00
Files
server/util/SeederApi/appsettings.json
2025-10-16 15:17:44 -07:00

12 lines
177 B
JSON

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