We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1665375 commit 6be94f4Copy full SHA for 6be94f4
.env.example
@@ -6,7 +6,7 @@
6
# like so:
7
#
8
# $databases['default']['default'] = [
9
-# 'database' => getenv('MYSQL_DATABASE'),
+# 'database' => getenv('MYSQL_DATABASE'),
10
# 'driver' => 'mysql',
11
# 'host' => getenv('MYSQL_HOSTNAME'),
12
# 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
@@ -24,4 +24,4 @@
24
# MYSQL_USER=
25
26
# Another common use case is to set Drush's --uri via environment.
27
-# DRUSH_OPTIONS_URI=http://example.com
+# DRUSH_OPTIONS_URI=http://example.com
0 commit comments