mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-06-11 14:26:17 +00:00
13 lines
347 B
Bash
13 lines
347 B
Bash
|
|
# Moodle application admin credentials
|
||
|
|
MOODLE_USERNAME=admin
|
||
|
|
MOODLE_PASSWORD=change_me_admin_password
|
||
|
|
MOODLE_EMAIL=admin@example.com
|
||
|
|
|
||
|
|
# Database connection details
|
||
|
|
MOODLE_DATABASE_USER=moodle
|
||
|
|
MOODLE_DATABASE_PASSWORD=change_me_database_password
|
||
|
|
MOODLE_DATABASE_NAME=moodle
|
||
|
|
|
||
|
|
# MariaDB root credentials
|
||
|
|
MARIADB_ROOT_PASSWORD=change_me_root_password
|