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
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
Gems like dotenv allow the file o be YAML formatted. This isn't supported. Racker understands .env files as described by foreman and heroku config -s, so it understands SOME_VARIABLE=value and transforms it as export SOME_VARIABLE=value before sourcing.
Yet, Racker shouldn't crash but issue a warning instead.
The text was updated successfully, but these errors were encountered:
ysbaddaden
changed the title
Racker musn't crash on improperty formatted .env files
Racker musn't crash on improperly formatted .env files
Nov 25, 2014
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Gems like
dotenv
allow the file o be YAML formatted. This isn't supported. Racker understands.env
files as described by foreman andheroku config -s
, so it understandsSOME_VARIABLE=value
and transforms it asexport SOME_VARIABLE=value
before sourcing.Yet, Racker shouldn't crash but issue a warning instead.
Related to #95
The text was updated successfully, but these errors were encountered: