10 lines
722 B
Markdown
10 lines
722 B
Markdown
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" |
|