blob: 28f14b18d426de27d4f9a6af66c17c6f0ddaa6c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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" |
| LOG_DRIVER | Logging driver: stdout, stderr, file or syslog |
|