diff --git a/data/config.json.example b/data/config.json.example index aa2662a..d7e4c31 100644 --- a/data/config.json.example +++ b/data/config.json.example @@ -10,13 +10,13 @@ "timeout": 3600, "uid": 1000, "gid": -1, + "max_zip_size": 1000, + "app_secret_key": "Cz2dw5NiRt3PSMFBSLTAJJi7kKrc4QU2CdQqEeOaU6", "__do_not_edit": "most likely you will not change anything after this line", "data_folder": "data", "shares_file": "data/shares.json", "zip_folder": "data/.zip", - "max_zip_size": 1000, "date_format": "%Y-%m-%d %H:%M", - "app_secret_key": "Cz2dw5NiRt3PSMFBSLTAJJi7kKrc4QU2CdQqEeOaU6", "debug": false }