From 4dfa764603d7b0c2d6e3ff6dd6dcb20cb2f7e160 Mon Sep 17 00:00:00 2001 From: meeg_leeto Date: Thu, 12 May 2022 19:34:10 +0100 Subject: [PATCH] chore: updated config.json to match changes --- data/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/config.json b/data/config.json index 166ac11..ae640d4 100644 --- a/data/config.json +++ b/data/config.json @@ -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"