digitaldemocratic/docker/moodle/sample.env

24 lines
506 B
Bash
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

LANG=en_US.UTF-8
LANGUAGE=en_US:en
SITE_URL=http://localhost
DB_TYPE=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_NAME=moodle
DB_USER=moodle
DB_PASS=moodle
DB_PREFIX=mdl_
SSLPROXY=false
MOODLE_EMAIL=user@example.com
MOODLE_LANGUAGE=en
MOODLE_SITENAME=New-Site
MOODLE_USERNAME=moodleuser
MOODLE_PASSWORD=PLEASE_CHANGEME
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your_email@gmail.com
SMTP_PASSWORD=your_password \
SMTP_PROTOCOL=tls
MOODLE_MAIL_NOREPLY_ADDRESS=noreply@localhost
MOODLE_MAIL_PREFIX=[moodle]