Solved moodle variable bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-16 12:34:11 +02:00
parent 02137576bd
commit e9e9925bde
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -4,10 +4,10 @@ MOODLE_DATABASE_USER={{database_username}}
MOODLE_DATABASE_NAME={{database_name}} MOODLE_DATABASE_NAME={{database_name}}
MOODLE_DATABASE_PASSWORD={{database_password}} MOODLE_DATABASE_PASSWORD={{database_password}}
ALLOW_EMPTY_PASSWORD=no ALLOW_EMPTY_PASSWORD=no
MOODLE_SITE_NAME="{{applications.moodle.site_titel}}" MOODLE_SITE_NAME="{{applications[application_id].site_titel}}"
MOODLE_SSLPROXY=yes MOODLE_SSLPROXY=yes
MOODLE_REVERSE_PROXY=yes MOODLE_REVERSE_PROXY=yes
MOODLE_USERNAME={{applications.moodle.administrator_name}} MOODLE_USERNAME={{applications[application_id].users.administrator.username}}
MOODLE_PASSWORD={{applications[application_id].credentials.user_password}} MOODLE_PASSWORD={{applications[application_id].credentials.user_password}}
MOODLE_EMAIL={{applications.moodle.users.administrator.email}} MOODLE_EMAIL={{applications[application_id].users.administrator.email}}
BITNAMI_DEBUG={% if enable_debug | bool %}true{% else %}false{% endif %} BITNAMI_DEBUG={% if enable_debug | bool %}true{% else %}false{% endif %}