Fix default MYSQL_PASSWORD.
This commit is contained in:
parent
ed2655b78e
commit
595d1f3871
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ REDIS_HOST=${REDIS_HOST:-'redis'}
|
|||
MYSQL_HOST=${MYSQL_HOST:-'mysql'}
|
||||
MYSQL_DATABASE=${MYSQL_DATABASE:-'mailtrain'}
|
||||
MYSQL_USER=${MYSQL_USER:-'mailtrain'}
|
||||
MYSQL_PASSWORD=${MYSQL_PASSWORD=:-'mailtrain'}
|
||||
MYSQL_PASSWORD=${MYSQL_PASSWORD:-'mailtrain'}
|
||||
|
||||
# Warning for users that already rely on the MAILTRAIN_SETTING variable
|
||||
# Can probably be removed in the future.
|
||||
|
|
Loading…
Reference in a new issue