Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / site-install-placeholers.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/site-install-placeholers.yml b/vendor/drupal/console-core/config/dist/chain/site-install-placeholers.yml
deleted file mode 100644 (file)
index 9b4884a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-commands:
-# Install Drupal
-  - command: site:install
-    options:
-      langcode: 'en'
-      db-type: '%{{db_type|mysql}}'
-      db-host: '%{{db_host|127.0.0.1}}'
-      db-name: '%{{db_name|drupal}}'
-      db-user: '%{{db_user|}}'
-      db-pass: '%{{db_pass}}'
-      db-port: '%{{db_port|3306}}'
-      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'