ce7260321314836129131ad0026bbae4afcf6c5e
[yaffs-website] / vendor / drush / drush / .env.example
1 # This file is for customizing the Docker environment which is used to develop
2 # Drush. If you are just using Drush to run commands, you may ignore this file
3 # and docker-compose.yml.
4 #
5 # Uncomment to change versions of php and DBs
6 # POSTGRES_TAG=
7 # MARIADB_TAG=
8 # PHP_TAG=
9 #
10 # UNISH_NO_TIMEOUTS=y
11 # Uncomment to run tests against a different DB. Defaults to mysql.
12 # UNISH_DB_URL=pgsql://unish:unish@postgres
13 # UNISH_DB_URL=sqlite://sut/sites/default/files/.ht.sqlite
14 #
15 # XDebug defaults to Off in the php container.
16 # Uncomment to enable XDebug. See https://wodby.com/stacks/drupal/docs/local/xdebug/.
17 # When Xdebug first successfully connects back to PHPStorm, you are prompted to create a Server called unish
18 # Then you are prompted to add path mappings (its mandatory).
19 # PHP_XDEBUG=1
20 # PHP_XDEBUG_DEFAULT_ENABLE=1
21 # PHP_IDE_CONFIG=serverName=unish
22 # PHP_XDEBUG_REMOTE_HOST=host.docker.internal