You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
470 B
38 lines
470 B
{ |
|
|
|
"host": "0.0.0.0", |
|
"port": 7777, |
|
|
|
"keyLength": 10, |
|
|
|
"maxLength": 400000, |
|
|
|
"staticMaxAge": 86400, |
|
|
|
"recompressStaticAssets": true, |
|
|
|
"logging": [ |
|
{ |
|
"level": "verbose", |
|
"type": "Console", |
|
"colorize": true |
|
} |
|
], |
|
|
|
"keyGenerator": { |
|
"type": "phonetic" |
|
}, |
|
|
|
"storage": { |
|
"type": "redis", |
|
"host": "0.0.0.0", |
|
"port": 6379, |
|
"db": 2, |
|
"expire": 2592000 |
|
}, |
|
|
|
"documents": { |
|
"about": "./about.md" |
|
} |
|
|
|
}
|
|
|