1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 06:03:29 +00:00
Files
server/src/Icons/appsettings.json
2017-10-09 14:21:20 -04:00

20 lines
316 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"iconsSettings": {
"BestIconBaseUrl": "https://icons.better-idea.org",
"CacheHours": 24
}
}