We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c181eb3 + 60dea0e commit 1ba22a7Copy full SHA for 1ba22a7
1 file changed
docs/advanced-usage/env-support.md
@@ -31,13 +31,12 @@ This variable can now be used in your `/system/user/config.php` as illustrated b
31
Here is an example of what it might look like to manage all your database connection settings, and Base URL in `.env.php`
32
33
```
34
-# .env.php
+// .env.php
35
36
-#URLs
+// URLs
37
BASE_URL=http://mysite.test/
38
39
-# DATABASE SETTINGS
40
-# # # # # # # # # # # #
+// DATABASE SETTINGS
41
DB_HOSTNAME=db
42
DB_DATABASE=db
43
DB_USERNAME=db
0 commit comments