1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 04:03:25 +00:00
Files
server/src/Icons/appsettings.json
Kyle Spearrin 17ec153fa7 icons logging
2018-07-10 00:09:18 -04:00

15 lines
233 B
JSON

{
"globalSettings": {
"projectName": "Icons",
"documentDb": {
"uri": "SECRET",
"key": "SECRET"
}
},
"iconsSettings": {
"cacheEnabled": true,
"cacheHours": 24,
"cacheSizeLimit": null
}
}