1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-01 13:43:23 +01:00
bitwarden-server/src/Icons/appsettings.json
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
}
}