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
Good point, that really depends on the environment. In a docker environment, there should be close to zero collisions, because you set env vars per container. Some of the env vars like PORT and HOST are actually best practice because they make hydra run on heroku/cloud foundry/flynn/dokku/... out of the box.
However, stuff like tls paths could be scoped - did name collision happen in your environment?
Hi,
We can pass some data to hydra via environment variables - awesome and very useful for docker-compose deployment.
Shouldn't the env variables have a common prefix "HYDRA_" to avoid collisions?
The text was updated successfully, but these errors were encountered: