config as example too

This commit is contained in:
2018-01-26 09:53:41 +02:00
parent 7255b8481d
commit 68cf43cc57
2 changed files with 10 additions and 0 deletions

10
data/config.json.example Normal file
View File

@@ -0,0 +1,10 @@
{
"workers": 8,
"timeout": 3600,
"uid_comment": "Docker runs as root, this changes owner of written files.",
"uid": 1000,
"__comment": "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"
}