Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console / templates / files / .env.dist.twig
diff --git a/vendor/drupal/console/templates/files/.env.dist.twig b/vendor/drupal/console/templates/files/.env.dist.twig
new file mode 100644 (file)
index 0000000..3160763
--- /dev/null
@@ -0,0 +1,25 @@
+{{ yaml_comment('commands.dotenv.init.messages.template-env') }}
+
+# ENV
+ENVIRONMENT={{ environment }}
+
+# Database
+DATABASE_NAME={{ database_name }}
+DATABASE_USER={{ database_user }}
+DATABASE_PASSWORD={{ database_password }}
+DATABASE_HOST={{ database_host }}
+DATABASE_PORT={{ database_port }}
+
+# HOST
+HOST_NAME={{ host_name }}
+HOST_PORT={{ host_port }}
+
+# Default values for drupal-composer
+DRUPAL_ROOT={{ drupal_root }}
+SERVER_ROOT={{ server_root }}
+
+{% if load_settings is defined %}
+# SETTINGS
+SETTINGS_BAR=baz
+SETTINGS_LOREM=ipsum
+{% endif %}