-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.dist
23 lines (20 loc) · 990 Bytes
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is for customizing the Docker environment which is used to develop
# Devel. If you are just using Devel on a site, you may ignore this file
# and docker-compose.yml.
# Uncomment to change versions of php and DBs and OS.
# POSTGRES_TAG=10.5
# MARIADB_TAG=10.3
# PHP_TAG=7.3-dev
# Uncomment to run tests against a different DB. Defaults to mysql.
# SIMPLETEST_DB=sqlite://localhost/sites/default/files/.sqlite
# SIMPLETEST_DB=mysql://root:password@mariadb/db
# SIMPLETEST_DB=pgsql://root:password@postgres/db
# XDebug defaults to Off in the php container.
# Uncomment to enable XDebug. See https://wodby.com/docs/1.0/stacks/drupal/local/#xdebug.
# When Xdebug first successfully connects back to PHPStorm, you are prompted to create a Server called devel
# Then you are prompted to add path mappings (its mandatory).
# PHP_XDEBUG=0
# PHP_XDEBUG_DEFAULT_ENABLE=0
# PHP_IDE_CONFIG=serverName=devel
# PHP_XDEBUG_REMOTE_HOST=host.docker.internal
# PHP_XDEBUG_REMOTE_CONNECT_BACK=0