From a416509b5bfab9533a86a6c7c9582fd74aee5799 Mon Sep 17 00:00:00 2001 From: "Gallenkamp, Fabian (bax1489)" <fabian.gallenkamp@uni-hamburg.de> Date: Fri, 13 Sep 2019 12:43:02 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 975afa1..d78fc8c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ otree_group_name: "otreeusers" # dict of users for the available otree instances otree_users: - # linux username + # linux username and otree instance name otree1: # should an existing otree environment be overriden override: yes @@ -67,6 +67,8 @@ otree_users: port: 8005 # python binary used for otree installation python_binary_path: "/usr/bin/python3.7" + # app git-repository (optional value) + # app_repo: "https://github.com/oTree-org/oTree.git" ``` ### (optional) upload otree project -- GitLab