chore: updated config.json to match changes

This commit is contained in:
meeg_leeto 2022-05-12 19:34:10 +01:00
parent 8bac40ebdc
commit 4dfa764603
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"version": 1,
"db": {
"address": "redis://redis:6379",
"expire_seconds": 259200
@ -7,6 +8,10 @@
"length": 5,
"chars": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-"
},
"log_rules": {
"error_log_file": "/data/log/error.log",
"access_log_file": "/data/log/access.log"
},
"serve_rules": {
"dir": {
"Dir": "/data/served"