diff options
Diffstat (limited to 'doc/env.markdown')
-rw-r--r-- | doc/env.markdown | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/env.markdown b/doc/env.markdown index a01d0a6f..28f14b18 100644 --- a/doc/env.markdown +++ b/doc/env.markdown @@ -6,6 +6,5 @@ Environment variables maybe useful when Kanboard is deployed as container (Docke | Variable | Description | |---------------|---------------------------------------------------------------------------------------------------------------------------------| | DATABASE_URL | `[database type]://[username]:[password]@[host]:[port]/[database name]`, example: `postgres://foo:foo@myserver:5432/kanboard` | -| DEBUG | Enable/Disable debug mode | -| DEBUG_FILE | Debug file location, `DEBUG_FILE=php://stderr` | -| ENABLE_SYSLOG | Enable/Disable logging to Syslog: `ENABLE_SYSLOG=1` | +| DEBUG | Enable/Disable debug mode: "true" or "false" | +| LOG_DRIVER | Logging driver: stdout, stderr, file or syslog | |