blob: 902066d75ded28abdb0ec37aa3fae37355875bad (
plain)
1
2
3
4
5
6
7
8
9
|
Environment Variables
=====================
Environment variables maybe useful when Kanboard is deployed as container (Docker).
| Variable | Description |
|---------------|---------------------------------------------------------------------------------------------------------------------------------|
| DATABASE_URL | `[database type]://[username]:[password]@[host]:[port]/[database name]`, example: `postgres://foo:foo@myserver:5432/kanboard` |
| DEBUG | Enable/Disable debug mode: "true" or "false" |
|