forked from lexevs/lexevs-system-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
36 lines (28 loc) · 985 Bytes
/
.env
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
26
27
28
29
30
31
32
33
34
35
36
COMPOSE_PROJECT_NAME=lexevs
MYSQL_ROOT_PASSWORD=root
LOAD_LEXEVS_DB=YES
# LexEVS images and tags
IMAGE_MYSQL=ncidockerhub.nci.nih.gov/lexevs/lexevs-nci-mysql:5.7.34
IMAGE_URIRESOLVER=ncidockerhub.nci.nih.gov/lexevs/lexevs-uriresolver:6.5.2
IMAGE_CTS2=ncidockerhub.nci.nih.gov/lexevs/lexevs-cts2:6.5.2
IMAGE_REMOTE_API=ncidockerhub.nci.nih.gov/lexevs/lexevs-remote:6.5.2
#IMAGE_MYSQL=lexevs-mysql
#IMAGE_URIRESOLVER=lexevs-uriresolver
#IMAGE_CTS2=lexevs-cts2
#IMAGE_REMOTE_API=lexevs-remote
TAG=6.5.2
# LexEVS
LEXEVS_BRANCH=dev
LEXEVS_REPO=https://github.com/lexevs/lexevs.git
# LexEVS Remote API
LEXEVS_REMOTE_BRANCH=dev
LEXEVS_REMOTE_REPO=https://github.com/lexevs/lexevs-remote.git
# URI Resolver
URI_RESOLVER_BRANCH=dev
URI_RESOLVER_REPO=https://github.com/cts2/URI_Resolver.git
# LexEVS CTS2
LEXEVS_SERVICE_BRANCH=dev
LEXEVS_SERVICE_REPO=https://github.com/cts2/lexevs-service.git
USER_HOME=/home/tomcata
PWD=/Users/endlecm/git/lexevs-system-test
M2_DIR=/Users/endlecm/.m2