-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
25 lines (22 loc) · 847 Bytes
/
example.env
File metadata and controls
25 lines (22 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SIT_PYPI_USER=user
SIT_PYPI_PASS=pass
REDIS_ADDRESS=localhost
REDIS_PORT=6378
TARGET_COMPOSE_OVERRIDE_FILENAME=docker-compose.override.yml
TARGET_SYSTEM_DEFAULT_GIT_REPOSITORY=gitlab.insight-centre.org/SIT/mps/mps-node.git
TARGET_SYSTEM_JSON_CONFIG_FILENAME=ts.json
BENCHMARK_JSON_CONFIG_FILENAME=configs.json
DEFAULT_BENCHMARK_JSON_FILE=configs.json
EXTRANODE_JSON_CONFIG_FILENAME=extra-node-confs.json
DATASETS_PATH_ON_HOST=/home/someone/gnosis/benchmark-platform-controller/datasets
SLEEP_AFTER_TARGET_STARTUP=40
SLEEP_AFTER_BENCHMARK_STARTUP=1
GITLAB_USER=user
GITLAB_PASS=pass
DATA_DIR=/absolute/path/to/your/project/dir/tmp
ARTEFACTS_DIR=/absolute/path/to/your/project/dir/artefacts
WEBHOOK_BASE_URL=http://172.17.0.1:5000/api/v1.0/set_result
USE_GPU=1
EXECUTION_TIMEOUT=60
CLEANUP_TIMEOUT=20
DATABASE_URL=postgres://postgres@db:5432/bpc