1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

[Fix] Config.js

This commit is contained in:
frju365 2017-09-26 21:40:21 +02:00 committed by GitHub
parent bfd3e46c60
commit 5cd7b67d2d

View file

@ -10,14 +10,14 @@
"staticMaxAge": 86400,
"recompressStaticAssets": true,
"logging": [
{
"level": "info",
"level": "verbose",
"type": "Console",
"colorize": true
}
],
],
"keyGenerator": {
"type": "phonetic"
@ -33,9 +33,12 @@
},
"storage": {
"type": "file",
"file": "YNH_DATA_PATH"
},
"type": "redis",
"host": "0.0.0.0",
"port": 6379,
"db": 2,
"expire": 2592000
},
"documents": {
"about": "./about.md"