X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrush%2Fdrush%2F.env.example;fp=vendor%2Fdrush%2Fdrush%2F.env.example;h=ce7260321314836129131ad0026bbae4afcf6c5e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=0000000000000000000000000000000000000000;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/.env.example b/vendor/drush/drush/.env.example new file mode 100644 index 000000000..ce7260321 --- /dev/null +++ b/vendor/drush/drush/.env.example @@ -0,0 +1,22 @@ +# This file is for customizing the Docker environment which is used to develop +# Drush. If you are just using Drush to run commands, you may ignore this file +# and docker-compose.yml. +# +# Uncomment to change versions of php and DBs +# POSTGRES_TAG= +# MARIADB_TAG= +# PHP_TAG= +# +# UNISH_NO_TIMEOUTS=y +# Uncomment to run tests against a different DB. Defaults to mysql. +# UNISH_DB_URL=pgsql://unish:unish@postgres +# UNISH_DB_URL=sqlite://sut/sites/default/files/.ht.sqlite +# +# XDebug defaults to Off in the php container. +# Uncomment to enable XDebug. See https://wodby.com/stacks/drupal/docs/local/xdebug/. +# When Xdebug first successfully connects back to PHPStorm, you are prompted to create a Server called unish +# Then you are prompted to add path mappings (its mandatory). +# PHP_XDEBUG=1 +# PHP_XDEBUG_DEFAULT_ENABLE=1 +# PHP_IDE_CONFIG=serverName=unish +# PHP_XDEBUG_REMOTE_HOST=host.docker.internal \ No newline at end of file