-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmdc.env
53 lines (36 loc) · 1.68 KB
/
mdc.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# === PHP settings ============================================================
# See tags at https://hub.docker.com/r/skodak2/mdc-php-apache/tags
#MDC_PHP_VERSION=8.1
#MDC_PHP_ERROR_LOG_PATH=/Users/someuser/projects/php_error.log
# === Database settings =======================================================
# PostgreSQL (default) - https://hub.docker.com/_/postgres/tags
#MDC_DB_TYPE=pgsql
#MDC_DB_VERSION=16
# MySQL - https://hub.docker.com/_/mysql/tags
#MDC_DB_TYPE=mysqli
#MDC_DB_VERSION=8.4
# MariaDB - https://hub.docker.com/_/mariadb/tags
#MDC_DB_TYPE=mariadb
#MDC_DB_VERSION=11.4
# MS SQL Server - https://hub.docker.com/r/moodlehq/moodle-db-mssql/tags
#MDC_DB_TYPE=sqlsrv
#MDC_DB_VERSION=latest
# === Backup/Restore settings =================================================
#MDC_BACKUP_PATH=/Users/someuser/projects/backup
# === PHPUnit related settings ================================================
# Allow execution of addition tests that need external services.
#MDC_PHPUNIT_EXTERNAL_SERVICES=1
# Enable Xdebug everywhere
#MDC_PHP_XDEBUG_MODE=debug
# Activate xdebug, but keep it disabled - use php-debug command to turn it on temporarily.
#MDC_PHP_XDEBUG_MODE=off
# === Behat related settings ==================================================
# See tags at https://hub.docker.com/r/selenium/standalone-chromium/tags
#MDC_BEHAT_BROWSER=chromium
#MDC_BEHAT_BROWSER_VERSION=4
# When launching multiple docker compose instances all ports must be unique,
# use this port in chrome://inspect with 127.0.0.1 host
#MDC_BEHAT_BROWSER_INSPECT_PORT=9229
# Use headless browser in behat tests.
#MDC_BEHAT_BROWSER_HEADLESS=1
#MDC_BEHAT_FAILDUMP_PATH=/Users/someuser/projects/behat_faildump/