diff options
Diffstat (limited to 'client/settings.py')
-rw-r--r-- | client/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/settings.py b/client/settings.py index 1afdfc2..16279db 100644 --- a/client/settings.py +++ b/client/settings.py @@ -2,6 +2,9 @@ import os import sys # global configuration +PERFFARM_URL = 'http://140.211.168.111:8000/upload/' +SECRET='CHANGEME' + GIT_URL = 'https://github.com/postgres/postgres.git' REPOSITORY_PATH = '/tmp/git-postgres' BUILD_PATH = '/tmp/bin-postgres' |