X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fdist%2Fchain%2Fsite-install-placeholers.yml;fp=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fdist%2Fchain%2Fsite-install-placeholers.yml;h=9b4884a8c9e2a45e9013e9e249bbb6246da5cde4;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad 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 new file mode 100644 index 000000000..9b4884a8c --- /dev/null +++ b/vendor/drupal/console-core/config/dist/chain/site-install-placeholers.yml @@ -0,0 +1,18 @@ +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'