forked from totara/totara-docker-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dist
34 lines (27 loc) · 1.44 KB
/
.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
24
25
26
27
28
29
30
31
32
33
34
# Disable auto-updating of docker-dev by setting this to 0
AUTO_UPDATE=1
# set the path here to your local src path
LOCAL_SRC=/your/totara/src/path
# Containers to start when the 'tup' command is run without any arguments
# Like most CMSes, Totara requires a webserver, a database, and PHP
# It is recommended to use nginx, and the latest version of postgres and PHP for better performance
# Note that specifying just 'php' will automatically use the latest version of PHP that the Totara site supports
DEFAULT_CONTAINERS=nginx,pgsql13,php
# set this to your local IP address
# for mac just use "host.docker.internal"
# for linux run command "docker run --rm alpine ip -4 route list match 0/0 | cut -d' ' -f3" and use the resulting ip address
# most probably it is 172.17.0.1
HOST_IP=host.docker.internal
# Uncomment and change the following to a full path on your host
# If not specified tdb will use the folder "tdb_backup" in your home directory
#TDB_BACKUP_PATH=/your/path/to/backup/location
# Set this to a region close to you for better page loading times when using ngrok
# Available ngrok regions: us (Ohio), eu (Frankfurt), ap (Singapore), au (Sydney), sa (Sao Paulo), jp (Tokyo), in (Mumbai)
NGROK_REGION=au
# Build settings (this will have an affect on build only)
TIME_ZONE=Pacific/Auckland
# Defaults - you shouldn't really need to change these.
REMOTE_SRC=/var/www/totara/src
REMOTE_DATA=/var/www/totara/data
MYSQL_ROOT_PW=root
MSSQL_SA_PW=Totara.Mssql1