You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
Story: Someone can set the ES URL via docker-compose with environment variable ELASTICSEARCH_URL. If they don't set it but still launch with Docker, the Dockerfile will fallback to http://hercules.code4hr.org:33366/. If they don't use Docker for development, the app will fallback to this json.
update Dockerfile to use proper url
update connectDatabase() to try and use the environment variable if it exists, else fall back to Hercules.json
The text was updated successfully, but these errors were encountered:
Story: Someone can set the ES URL via docker-compose with environment variable
ELASTICSEARCH_URL
. If they don't set it but still launch with Docker, theDockerfile
will fallback to http://hercules.code4hr.org:33366/. If they don't use Docker for development, the app will fallback to this json.The text was updated successfully, but these errors were encountered: