Skip to content
Snippets Groups Projects
Commit 4830afad authored by Etxaniz Errazkin, Iñaki's avatar Etxaniz Errazkin, Iñaki
Browse files

Added config property for ODfromCounts

parent 32d2213f
No related branches found
No related tags found
No related merge requests found
......@@ -35,5 +35,6 @@ ENV DASHBOARD_BASE_URL=http://localhost:4200 \
DASHBOARD_CTRL_API_BASE_URL=http://localhost:8085 \
BUS_OD_API_BASE_URL=http://localhost:8000/busesod \
BIKETRAJECTORY_API_BASE_URL=http://localhost:8000/urbanite_biketrajectories \
NOISECOMPUTATION_API_BASE_URL=http://localhost:8002/urbanite_noise_computation
NOISECOMPUTATION_API_BASE_URL=http://localhost:8002/urbanite_noise_computation \
ODFROMCOUNTS_API_BASE_URL=http://localhost:8015/odfromcounts
......@@ -21,3 +21,4 @@ sed -i -e "s|__BUS_OD_API_BASE_URL__|$BUS_OD_API_BASE_URL|g" $FILE
sed -i -e "s|__BIKETRAJECTORY_API_BASE_URL__|$BIKETRAJECTORY_API_BASE_URL|g" $FILE
sed -i -e "s|__DEFAULT_PILOT__|$DEFAULT_PILOT|g" $FILE
sed -i -e "s|__NOISECOMPUTATION_API_BASE_URL__|$NOISECOMPUTATION_API_BASE_URL|g" $FILE
sed -i -e "s|__ODFROMCOUNTS_API_BASE_URL__|$ODFROMCOUNTS_API_BASE_URL|g" $FILE
......@@ -8,9 +8,10 @@
"client_id":"urbanite",
"client_secret": "",
"traffic_prediction_api_base_url":"__TRAFFIC_PREDICTION_API_BASE_URL__",
"bike_analysis_api_base_url":"__BIKE_ANALYSIS_API_BASE_URL__",
"gltraffic_api_base_url":"__GLTRAFFIC_API_BASE_URL__",
"noisecomputation_api_base_url":"__NOISECOMPUTATION_API_BASE_URL__",
"odfromcounts_api_base_url":"__ODFROMCOUNTS_API_BASE_URL__",
"bike_analysis_api_base_url":"__BIKE_ANALYSIS_API_BASE_URL__",
"biketrajectory_api_base_url":"__BIKETRAJECTORY_API_BASE_URL__",
"bus_od_api_base_url":"__BUS_OD_API_BASE_URL__",
"idra_base_url":"__IDRA_BASE_URL__",
......
......@@ -10,6 +10,7 @@
"traffic_prediction_api_base_url":"http://localhost:8000/urbanite_traffic",
"gltraffic_api_base_url":"http://localhost:8000/urbanite_traffic",
"noisecomputation_api_base_url":"http://localhost:8002/urbanite_noise_computation",
"odfromcounts_api_base_url":"http://localhost:8015/odfromcounts",
"bike_analysis_api_base_url":"http://localhost:8000/bikeAnalysis",
"biketrajectory_api_base_url":"http://localhost:8000/urbanite_biketrajectories",
"bus_od_api_base_url":"http://localhost:8000/busesod",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment