1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Merge pull request #862 from steelcowboy/master

Fix environment variable inconsistency
This commit is contained in:
Ionut Filip 2019-01-23 09:56:39 +02:00 committed by GitHub
commit 782c686ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}