forked from usdot-jpo-ode/jpo-cvmanager
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsample.env
More file actions
31 lines (22 loc) · 1.41 KB
/
sample.env
File metadata and controls
31 lines (22 loc) · 1.41 KB
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
######## ---------------------- DOCKER COMPOSE PROFILES ---------------------- ########
# Compose Profiles - see [README](README.md#docker-profiles) and sections below for more information
# There are a number of profiles available to start up groups of services.
# Additionally, each individual service in this project can be started by specifying its service name as a profile.
# The currently available profile groups are listed below.
# basic, webapp, mongo_full, kafka_full, intersection, intersection_no_api, conflictmonitor, addons, obu_ota, kafka_connect_standalone
COMPOSE_PROFILES=basic,webapp,intersection,mongo_full,kafka_full,kafka_connect_standalone,conflictmonitor
######## -------- Required Variables
# run 'ifconfig' in wsl
DOCKER_HOST_IP=
# Mapbox token for map rendering in the webapp
MAPBOX_TOKEN=
# GitHub Token (Required for Intersection API) - See services/intersection-api/README.md#github-token for steps to generate
MAVEN_GITHUB_TOKEN=
######## -------- Optional (but recommended) Variables
# Load sample intersection data
MONGO_SAMPLE_DATA_RELATIVE_PATH=../resources/mongodumps/dump_2025_10_15
# WZDx API key and endpoint for pulling WZDx data into the CV Manager (See https://maps.cotrip.org/help/117/Traveler-Information-Data-Feed-Access to generate an API key)
# Make sure to uncomment the next line if setting the WZDx api key
# ENABLE_WZDX_FEATURES='true'
WZDX_API_KEY=
WZDX_ENDPOINT=data.cotrip.org