Skip to content

Commit

Permalink
Merge pull request #936 from ExpressionEngine/fix-env-example
Browse files Browse the repository at this point in the history
switched to php comments for markdown parser
  • Loading branch information
bryannielsen authored Jan 29, 2025
2 parents c181eb3 + 60dea0e commit 1ba22a7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/advanced-usage/env-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ This variable can now be used in your `/system/user/config.php` as illustrated b
Here is an example of what it might look like to manage all your database connection settings, and Base URL in `.env.php`

```
# .env.php
// .env.php
#URLs
// URLs
BASE_URL=http://mysite.test/
# DATABASE SETTINGS
# # # # # # # # # # # #
// DATABASE SETTINGS
DB_HOSTNAME=db
DB_DATABASE=db
DB_USERNAME=db
Expand Down

0 comments on commit 1ba22a7

Please sign in to comment.