Version 1
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / site-install-placeholers-env.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/site-install-placeholers-env.yml b/vendor/drupal/console-core/config/dist/chain/site-install-placeholers-env.yml
new file mode 100644 (file)
index 0000000..e4a98a8
--- /dev/null
@@ -0,0 +1,18 @@
+commands:
+# Install Drupal
+  - command: site:install
+    options:
+      langcode: en
+      db-type: '${{DATABASE_TYPE}}'
+      db-host: '${{DATABASE_HOST}}'
+      db-name: '${{DATABASE_NAME}}'
+      db-user: '${{DATABASE_USER}}'
+      db-pass: '${{DATABASE_PASSWORD}}'
+      db-port: '${{DATABASE_PORT}}'
+      site-name: 'Drupal 8 site'
+      site-mail: admin@example.org # default email
+      account-name: admin # default account
+      account-mail: admin@example.org # default email
+      account-pass: admin # default pass
+    arguments:
+      profile: 'standard'