Skip to content

Commit 1ba22a7

Browse files
authored
Merge pull request #936 from ExpressionEngine/fix-env-example
switched to php comments for markdown parser
2 parents c181eb3 + 60dea0e commit 1ba22a7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/advanced-usage/env-support.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ This variable can now be used in your `/system/user/config.php` as illustrated b
3131
Here is an example of what it might look like to manage all your database connection settings, and Base URL in `.env.php`
3232

3333
```
34-
# .env.php
34+
// .env.php
3535
36-
#URLs
36+
// URLs
3737
BASE_URL=http://mysite.test/
3838
39-
# DATABASE SETTINGS
40-
# # # # # # # # # # # #
39+
// DATABASE SETTINGS
4140
DB_HOSTNAME=db
4241
DB_DATABASE=db
4342
DB_USERNAME=db

0 commit comments

Comments
 (0)