This repository was archived by the owner on Jan 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsettings.sh
59 lines (49 loc) · 1.56 KB
/
settings.sh
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
54
55
56
57
58
59
APP=moodle
MOODLE_BRANCH=MOODLE_36_STABLE
### Docker settings.
IMAGE=dockerscripts/moodle
CONTAINER=moodle1-example-org
#PORTS=
DOMAIN="moodle1.example.org"
### MySQL settings
DBNAME=moodle
DBUSER=moodle
DBPASS=moodle
### You can build an SMTP server as described here:
### https://github.com/docker-scripts/postfix/blob/master/INSTALL.md
### Comment out if you don't have a SMTP server and want to use
### a gmail account, as described below.
SMTP_SERVER=smtp.example.org
SMTP_DOMAIN=example.org
### Gmail account for notifications. Use this as a simple alternative to building
### your own SMTP server. However this has some limitations, as described here:
### https://github.com/docker-scripts/moodle/blob/master/docs/email-setup.md
### You need to create an application specific password for your account:
### https://www.lifewire.com/get-a-password-to-access-gmail-by-pop-imap-2-1171882
GMAIL_ADDRESS=
GMAIL_PASSWD=
### Moodle site settings.
SITE_LANG=en
SITE_FULLNAME="Moodle Example 1"
SITE_SHORTNAME="MDL1"
### Admin settings.
ADMIN_USER=admin
ADMIN_PASS="admin-1234"
### Settings for register/login with OAuth2.
### See: https://developers.google.com/adwords/api/docs/guides/authentication#webapp
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
### Additional plugins to be installed.
PLUGINS="
mod_bigbluebuttonbn
mod_recordingsbn
mod_offlinequiz
qbehaviour_adaptive_adapted_for_coderunner
qtype_coderunner
atto_mathslate
tinymce_mathslate
mod_webrtcexperiments
"
### Settings for the plugin offlinequiz.
OFFLINEQUIZ_LOGOURL=