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

add queue settings

This commit is contained in:
Sebastian Gumprich 2022-09-03 14:56:33 +02:00
parent 9c4c3aba34
commit b758484de4

View file

@ -16,6 +16,9 @@ DB_USERNAME=__DB_NAME__
DB_PASSWORD=__DB_PWD__
DB_PORT=3306
# https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps
QUEUE_CONNECTION=database
MAIL_MAILER=sendmail
MAIL_HOST=localhost
MAIL_PORT=25