generated from RENCI/fuse-tool-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample.env
29 lines (19 loc) · 789 Bytes
/
sample.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
# Use this hostname and port to communicate from other hosts and/or non-containerized processes:
HOST_NAME=localhost
HOST_PORT=8086
# Join this docker network:
CONTAINER_NETWORK=fuse
# Use this hostname and port to communicate from other containers on the same fuse network:
CONTAINER_NAME=fuse-tool-pca
CONTAINER_PORT=8000
MONGO_INITDB_ROOT_USERNAME=fa_admin
MONGO_INITDB_ROOT_PASSWORD=fa_password
MONGO_NON_ROOT_USERNAME=fa
MONGO_NON_ROOT_PASSWORD=fa
MONGO_PORT=27017
MONGO_CLIENT="mongodb://${MONGO_NON_ROOT_USERNAME}:${MONGO_NON_ROOT_PASSWORD}@tool-pca-tx-persistence:${MONGO_PORT}/test"
SERVICE_INFO_PATH=./config/service_info
# if running live, use these instead:
#MONGO_CLIENT=mongodb://localhost:${MONGO_PORT}/test
#REDIS_HOST=localhost
#SERVICE_INFO_PATH=./service_info