InFact-coop / your-sanctuary

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add envy for autoloading env variables #49

Closed ivan-unfolds closed 5 years ago

ivan-unfolds commented 5 years ago

@lucymk This will load env variables automatically. You'll need to change the format of .env from

export VARIABLE="value"

to

VARIABLE=value