1
0
mirror of https://github.com/bitwarden/server synced 2026-01-03 00:53:37 +00:00
Files
server/src/Icons/appsettings.json
2018-03-02 16:07:29 -05:00

21 lines
350 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"iconsSettings": {
"bestIconBaseUrl": "https://besticon-demo.herokuapp.com",
"cacheHours": 24,
"cacheSizeLimit": null
}
}