Merge pull request #52 from YunoHost-Apps/queue

Queue
This commit is contained in:
Sebastian Gumprich
2022-09-08 10:39:03 +00:00
committed by GitHub
+3
View File
@@ -16,6 +16,9 @@ DB_USERNAME=__DB_NAME__
DB_PASSWORD=__DB_PWD__ DB_PASSWORD=__DB_PWD__
DB_PORT=3306 DB_PORT=3306
# https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps
QUEUE_CONNECTION=database
MAIL_MAILER=sendmail MAIL_MAILER=sendmail
MAIL_HOST=localhost MAIL_HOST=localhost
MAIL_PORT=25 MAIL_PORT=25