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-env.yml;fp=vendor%2Fdrupal%2Fconsole-core%2Fconfig%2Fdist%2Fchain%2Fsite-install-placeholers-env.yml;h=e4a98a894648dee2e90d62174776ba81ce044294;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad 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 index 000000000..e4a98a894 --- /dev/null +++ b/vendor/drupal/console-core/config/dist/chain/site-install-placeholers-env.yml @@ -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'