Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding environment to .env #1749

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add example environment line to /env
Seems like maybe an oversight that .env has no seed value for the environment? "Handling Multiple Environments" covers how to set this but is very terse. I propose adding a pre-commented version front-and-center
Ref: https://codeigniter4.github.io/userguide/general/environments.html
MGatner authored Feb 20, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b261f235f2d68c27e5592cbd25fdbcacfecc7429
6 changes: 6 additions & 0 deletions env
Original file line number Diff line number Diff line change
@@ -10,6 +10,12 @@
# at the beginning of the line.
#--------------------------------------------------------------------

#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------

# CI_ENVIRONMENT = production

#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------