Skip to content

Commit

Permalink
Merge pull request #91 from usdot-jpo-ode/testing-fixes
Browse files Browse the repository at this point in the history
Cleaning up Environment Variables
  • Loading branch information
John-Wiens committed Jun 14, 2024
2 parents d98a161 + 56dcff0 commit 5f64a1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ services:
ACM_LOG_TO_CONSOLE: true
ACM_LOG_TO_FILE: false
ACM_LOG_LEVEL: DEBUG
CM_MONGO_API_USERNAME: ${CM_MONGO_API_USERNAME}
CM_MONGO_API_PASSWORD: ${CM_MONGO_API_PASSWORD}

#KAFKA_BROKER_IP: ${KAFKA_BROKER_IP}
#KAFKA_BROKER_PORT: ${KAFKA_BROKER_PORT}
logging:
Expand Down
9 changes: 5 additions & 4 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ 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=
KEYCLOAK_CLIENT_ID=conflictvisualizer-gui
KEYCLOAK_CLIENT_SECRET=
KEYCLOAK_REALM=
KEYCLOAK_REALM=conflictvisualizer
MAPBOX_TOKEN=
MAPBOX_STYLE_URL=

Expand All @@ -27,6 +28,6 @@ API_WS_URL=ws://${DOCKER_HOST_IP}:8081
DB_HOST_IP=${DOCKER_HOST_IP}
DB_HOST_PORT=27017


CM_MONGO_API_PASSWORD=api
CM_MONGO_API_USERNAME=api
CM_MONGO_API_PASSWORD=api

0 comments on commit 5f64a1a

Please sign in to comment.