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
The docker branch (soon to be merged into develop via #951) assumes there is an environment file in $PANDIR/.env (can be read via dotenv). This environment file currently consists of the following:
The
docker
branch (soon to be merged intodevelop
via #951) assumes there is an environment file in$PANDIR/.env
(can be read via dotenv). This environment file currently consists of the following:Additionally, for those running the docker services there should be a:
(This may disappear in future but is necessary now. Also technically it should be the output from
id -u
not just1000
).If accessing GCP services then there should also be a:
The
.env
file helps start up the config server and everything else should be queried via the config server and not rely on env vars.This means that there must be a one-time manual configuration of the
.env
file (i.e. it can't be completely self-discoverable).I'm not sure there is much utility in keeping this broad issue open. As part of my issue cleanup I'm closing this. Can be reopened if needed.
Originally posted by @wtgee in #555 (comment)
The text was updated successfully, but these errors were encountered: