1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

Fix environment variable inconsistency

This commit is contained in:
Jim Heald 2019-01-22 09:56:13 -08:00
parent e80a7a1228
commit eb8d84aed0

View File

@ -174,7 +174,7 @@ DB_PW={{ secret(16) }}
{% if postgresql == 'external' or db_flavor == 'mysql' %}
DB_USER={{ db_user }}
DB_PW={{ db_pw }}
DB_URL={{ db_url }}
DB_HOST={{ db_url }}
DB_NAME={{ db_name }}
{% endif %}