1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja_ynh.git synced 2024-09-03 19:26:22 +02:00

Fix missing __DB_PASS__

This commit is contained in:
yalh76 2021-05-18 04:28:12 +02:00
parent 2aff1d2d80
commit 2cef3f3514

View file

@ -14,7 +14,7 @@ DB_TYPE=mysql
DB_HOST=localhost
DB_DATABASE=__DB_NAME__
DB_USERNAME=__DB_USER__
DB_PASSWORD=__DB_PASS__
DB_PASSWORD=__DB_PWD__
MAIL_DRIVER=mail
MAIL_PORT=25