Hacker News new | past | comments | ask | show | jobs | submit
Why can't I change the port of my database server via an environment variable? This would be required for e.g. Nomad support.

If this is a goal, why is it a goal for only half the configuration?

Something I do in my yaml configs is support ${ENV} template variables with the string Template's substitute method using *os.environ.