Working with Configuration Files |
A follow-up question.
So, if I understand correctly, given the very typical development + production environments setup, each would need their own .env file. That feels a bit fragile to me because it would be far too easy to accidentally overwrite the production version with the dev version during an FTP upload for instance. (Something I used to do on a regular basis with config.php before I figured out how to properly handle multiple environments under v3. ![]() Is there any way to leverage the /Config/Boot environment specific files to manage values as set in the Config\App, Config\Database, etc. namespaces? |
Messages In This Thread |
Working with Configuration Files - by dave friend - 05-27-2018, 11:59 AM
RE: Working with Configuration Files - by kilishan - 05-28-2018, 08:33 PM
RE: Working with Configuration Files - by dave friend - 05-29-2018, 07:06 AM
RE: Working with Configuration Files - by geirarnesen - 05-29-2018, 12:03 PM
RE: Working with Configuration Files - by kilishan - 05-29-2018, 07:26 AM
RE: Working with Configuration Files - by b126 - 03-06-2024, 10:41 AM
RE: Working with Configuration Files - by kilishan - 03-06-2024, 12:24 PM
RE: Working with Configuration Files - by b126 - 03-07-2024, 03:56 AM
RE: Working with Configuration Files - by Msobomvu - 07-10-2018, 03:22 AM
RE: Working with Configuration Files - by davis.lasis - 03-07-2024, 11:09 AM
|