This message was deleted.
# atlantis-community
s
This message was deleted.
p
this is a startup config parameter
does not go on atlantis.yaml or repo.yaml
m
can I pass it like an env var? like this:
Copy code
atlantis server --config="my/config/file.yaml"
# or
ATLANTIS_CONFIG="my/config/file.yaml"
and then I copy my config.yaml to my dockerfile
p
I think you can
r
I think it goes in repo config json
I use terraform to deploy so it reads the repo yaml into string json and then passes it into that env var
p
mmm I don't think so, I remember adding a note in the slack docs because people tend to get confused
👍 1
but there was an issue or PR that tried to move it to the repo. yaml