This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.env.default
51 lines (41 loc) · 1.68 KB
/
settings.env.default
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
#PHP_MEMORY_LIMIT="256M"
# >=8 characters, cap- non-cap, number and symbolic!
MOODLE_ADMIN_PASSWORD=ChangeThis1st!
MOODLE_ADMIN_EMAIL=admin@example.com
# Type in any random password below, most likely you will never need to
# enter it anywhere else:
MYSQL_PASSWORD=your-mysql-password
MOODLE_WEB_URL=http://localhost:90
# set the pm.max_children-variable for php-fpm
# number of cpu-threads div 2 and less than GB RAM is fine,
# more can be possible to speed up the Server for many users.
# (see php-fpm-documentation for details)
PM_MAX_CHILDREN=5
# TODO!
# set to true if behind reverse proxy:
MOODLE_REVERSEPROXY=false
# XOR set to true if behind a ssl-proxy (don't set both to true here!)
MOODLE_SSLPROXY=false
# PHP upload_max_filesize-value:
UPLOAD_MAX_FILESIZE = 32M
# ----------------------------------------------------------------------
# DON'T CHANGE ANYTHING BELOW HERE IF YOU DON'T KNOW WHAT YOU ARE DOING!
# No need to change anything below if you did not change it in your
# philleconnect-installation
# ----------------------------------------------------------------------
# Database-settings
MYSQL_ROOT_PASSWORD=your-mysql-root-password
MYSQL_RANDOM_ROOT_PASSWORD=yes
MYSQL_HOST=moodle_db
MYSQL_USER=moodle
MYSQL_DATABASE=moodle
# !! ALPHA-STATE !! The setting below is not implemented yet,
# please configure the LDAP manually in the admin-GUI of moodle!
#
# The LDAP-Domain-name:
# (default will combine to 'ldap.philleconnect' which is usually fine)
# changing this might be annoying for you, since optional containers will
# assume it is the default, so you would need to change it there as well!
# ! Changing after first run will fail !
#SLAPD_DOMAIN0=philleconnect
#SLAPD_DOMAIN1=ldap