Security update for Core, with self-updated composer
[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
deleted file mode 100644 (file)
index e4a98a8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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'