Solved Snipe IT bug

This commit is contained in:
2025-02-05 12:53:06 +01:00
parent 26942a9265
commit 53af17b2ab
11 changed files with 17 additions and 19 deletions

View File

@@ -10,4 +10,4 @@ MOODLE_REVERSE_PROXY=yes
MOODLE_USERNAME={{applications.moodle.administrator_name}}
MOODLE_PASSWORD={{moodle_user_password}}
MOODLE_EMAIL={{applications.moodle.administrator_email}}
BITNAMI_DEBUG={% if mode_debug | bool %}true{% else %}false{% endif %}
BITNAMI_DEBUG={% if enable_debug | bool %}true{% else %}false{% endif %}