1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-31 23:21:22 +01:00
bitwarden-server/src/Icons/appsettings.json
2017-10-09 14:54:32 -04:00

21 lines
344 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"iconsSettings": {
"bestIconBaseUrl": "https://icons.better-idea.org",
"cacheHours": 24,
"cacheSizeLimit": null
}
}