blob: 6e241f8b4c077da4f431f9dbb082f5b1f3250863 (
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" |
| API_AUTHENTICATION_TOKEN | Custom API token |
|