include config

This commit is contained in:
2018-01-24 14:18:41 +02:00
parent 997ba56678
commit 60df8ab8e7
2 changed files with 19 additions and 0 deletions

8
data/config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"workers": 8,
"timeout": 3600,
"uid": 1000,
"data_folder": "data",
"shares_file": "data/shares.json",
"date_format": "%Y-%m-%d %H:%M"
}