Skip to content

Commit 2d48c40

Browse files
authored
Update .env.example to reflect latest version of vlucas/phpdotenv. (#577)
1 parent 34a8f93 commit 2d48c40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.env.example

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
# like so:
77
#
88
# $databases['default']['default'] = [
9-
# 'database' => getenv('MYSQL_DATABASE'),
9+
# 'database' => $_ENV['MYSQL_DATABASE'],
1010
# 'driver' => 'mysql',
11-
# 'host' => getenv('MYSQL_HOSTNAME'),
11+
# 'host' => $_ENV['MYSQL_HOSTNAME'],
1212
# 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
13-
# 'password' => getenv('MYSQL_PASSWORD'),
14-
# 'port' => getenv('MYSQL_PORT'),
13+
# 'password' => $_ENV['MYSQL_PASSWORD'],
14+
# 'port' => $_ENV['MYSQL_PORT'],
1515
# 'prefix' => '',
16-
# 'username' => getenv('MYSQL_USER'),
16+
# 'username' => $_ENV['MYSQL_USER'],
1717
# ];
1818
#
1919
# Uncomment and populate as needed.

0 commit comments

Comments
 (0)