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
ideally i'd like to be able to spin up an environment with ansible or something and have everything ready to go without manually logging in via ssh to (re)boot key processes periodically
also, being able to keep everything the same but swap between setups for testing (e.g. CI) would be handy
it's pretty common for vendors such as heroku, circle CI, travis, etc. to offer environment variables for this purpose
AFAIK environment variables don't come with any more/less security concerns than the current setup, but could make things much easier to manage