Closed alexbyrnes closed 8 years ago
Looking forward to reviewing and integrating this after our v0.3.0 srccon release!
Hey @alexbyrnes, I'm only seeing formatting changes on this file. Am I missing some other work toward env variable conventions?
It looks like @gabelula solved this before the ticket was created. And then I thought I was the one who added it.
https://github.com/coralproject/pillar/commits/233ea31e2a6939dc1f5b6662a6836fb08831bae7/env.list
What does this PR do?
Adds a sample env.list
How do I test this PR?
docker build . docker run --env-file ./env.list --publish 8080:8080
(depends on mongo and xenia)
Verify pillar starts up without any missing environment variables.
@coralproject/backend