pull down to refresh
Modify your .env.sample and restart it. I made it copy/merge into .env.development (untracked) based on your feedback.
.env.sample
.env.development
Meaning you can put secrets in .env.development and still keep it up to date if upstream changes.
Awesome!!
Modify your
.env.sampleand restart it. I made it copy/merge into.env.development(untracked) based on your feedback.Meaning you can put secrets in
.env.developmentand still keep it up to date if upstream changes.