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:
parent
bfd3e46c60
commit
5cd7b67d2d
1 changed files with 9 additions and 6 deletions
|
@ -13,11 +13,11 @@
|
||||||
|
|
||||||
"logging": [
|
"logging": [
|
||||||
{
|
{
|
||||||
"level": "info",
|
"level": "verbose",
|
||||||
"type": "Console",
|
"type": "Console",
|
||||||
"colorize": true
|
"colorize": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"keyGenerator": {
|
"keyGenerator": {
|
||||||
"type": "phonetic"
|
"type": "phonetic"
|
||||||
|
@ -33,9 +33,12 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"storage": {
|
"storage": {
|
||||||
"type": "file",
|
"type": "redis",
|
||||||
"file": "YNH_DATA_PATH"
|
"host": "0.0.0.0",
|
||||||
},
|
"port": 6379,
|
||||||
|
"db": 2,
|
||||||
|
"expire": 2592000
|
||||||
|
},
|
||||||
|
|
||||||
"documents": {
|
"documents": {
|
||||||
"about": "./about.md"
|
"about": "./about.md"
|
||||||
|
|
Loading…
Reference in a new issue