-
Notifications
You must be signed in to change notification settings - Fork 4
/
sample.env
32 lines (25 loc) · 934 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
27
28
29
30
31
# Set the HOST IP of where the containers are running
KAFKA_BROKER_IP=
DOCKER_HOST_IP=
KAFKA_BROKER_PORT=9092
# Set to the directory where the source code is. Generally the location of this file.
DOCKER_HOST_DIR=
# Put anything you want for the NEXTAUTH_SECRET, and KEYCLOAK_CLIENT_SECRET
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://${DOCKER_HOST_IP}:3000
KEYCLOAK_CLIENT_ID=conflictvisualizer-gui
KEYCLOAK_CLIENT_SECRET=
KEYCLOAK_REALM=conflictvisualizer
MAPBOX_TOKEN=
KEYCLOAK_ADMIN=
KEYCLOAK_ADMIN_PASSWORD=
# May be different from docker host ip for production deployments. Change as appropriate.
GUI_SERVER_URL=http://${DOCKER_HOST_IP}:3000
AUTH_SERVER_URL=http://${DOCKER_HOST_IP}:8084
API_SERVER_URL=http://${DOCKER_HOST_IP}:8081
CM_SERVER_URL=http://${DOCKER_HOST_IP}:8082
API_WS_URL=ws://${DOCKER_HOST_IP}:8081
DB_HOST_IP=${DOCKER_HOST_IP}
DB_HOST_PORT=27017
CM_MONGO_READ_WRITE_USERNAME=api
CM_MONGO_READ_WRITE_PASSWORD=api