Open rosswintle opened 3 years ago
This PR uses the App::define() method to set the stored environment-specific constants. This allows them to be overridden with a .env or .env.local file.
App::define()
.env
.env.local
I've also added explanatory comments to each of the stored environment-specific files.
This PR uses the
App::define()
method to set the stored environment-specific constants. This allows them to be overridden with a.env
or.env.local
file.I've also added explanatory comments to each of the stored environment-specific files.