usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Web client production url fix #173

Closed dan-du-car closed 8 months ago

dan-du-car commented 8 months ago

Summary

The telematic web client URL shall be either allowed to update at runtime or use host URL.

The url should be exposed as a config parameter or environment variable that be adjusted at runtime.

Version

4.3.0 (Current)

Expected Behavior

Can update web client URL at runtime

Actual Behavior

Any URL update needs to rebuild the docker image.

Steps to Reproduce the Actual Behavior

Update docker args in docker-compose.webapp.yml. Rebuild the web app client docker service in docker-compose.webapp.yml

Related Work

No response