-
Notifications
You must be signed in to change notification settings - Fork 267
Differences version 4 and 5
David Bomba edited this page Dec 30, 2020
·
2 revisions
The amount and names of environment variables differ from version 4 to 5.
In version 4 you specified the database connection with these environment variables:
DB_HOST
DB_USERNAME
DB_PASSWORD
DB_DATABASE
In version 5, that supports multiple database connections, you do it with:
DB_HOST1
DB_DATABASE1
DB_USERNAME1
DB_PASSWORD1
So please make sure you know which version you are running and therefore which variable to use.
Further help channels:
Slack | StackOverflow (use tag invoice-ninja
) | Github