Closed ivan-unfolds closed 6 years ago
@lucymk This will load env variables automatically. You'll need to change the format of .env from
env
.env
export VARIABLE="value"
to
VARIABLE=value
@lucymk This will load
env
variables automatically. You'll need to change the format of.env
fromexport VARIABLE="value"
to
VARIABLE=value