From 19ba46535b7014c6f41900eec6a85f5b88b63418 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Fri, 26 Jan 2018 14:50:01 +0200 Subject: [PATCH] better default --- data/config.json.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/config.json.example b/data/config.json.example index 5eba648..eacdd82 100644 --- a/data/config.json.example +++ b/data/config.json.example @@ -10,5 +10,8 @@ "__do_not_edit": "most likely you will not change anything after this line", "data_folder": "data", "shares_file": "data/shares.json", - "date_format": "%Y-%m-%d %H:%M" + "zip_folder": "data/.zip", + "date_format": "%Y-%m-%d %H:%M", + "debug": false } +