@@ -1 +1 @@
-DATABASE_PASSWORD={{ database_password }}
+{% if database_type == 'mariadb' %}DATABASE_PASSWORD={{ database_password }}{% endif %}