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:
parent
2aff1d2d80
commit
2cef3f3514
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue