[wp-trac] [WordPress Trac] #52668: Make it easier to override the built-in docker environment's config

WordPress Trac noreply at wordpress.org
Tue Sep 17 22:25:20 UTC 2024


#52668: Make it easier to override the built-in docker environment's config
-------------------------------+--------------------------------
 Reporter:  TimothyBlynJacobs  |       Owner:  TimothyBlynJacobs
     Type:  enhancement        |      Status:  closed
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Build/Test Tools   |     Version:
 Severity:  normal             |  Resolution:  fixed
 Keywords:  has-patch          |     Focuses:
-------------------------------+--------------------------------
Changes (by TimothyBlynJacobs):

 * owner:  (none) => TimothyBlynJacobs
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"59038" 59038]:
 {{{
 #!CommitTicketReference repository="" revision="59038"
 Build Tools: Allow easier customization of the .env file.

 The .env file allows for configuring how the WordPress Local environment
 should be configured. However, because the file is version controlled,
 developers must be careful not to commit their modifications.

 This commit renames the .env file to be .env.example. During env start,
 the .env.example file is copied to .env if it does not exist. This allows
 for contributors to continue using the project without thinking about .env
 and to make changes when needed. This brings WordPress Core into the
 dotenv project guidelines.

 Props johnbillion, afragen, h71, desrosj.
 Fixes #52668.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52668#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list