Move English documentation to folder en_US
This commit is contained in:
9
doc/en_US/env.markdown
Normal file
9
doc/en_US/env.markdown
Normal file
@@ -0,0 +1,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" |
|
||||
Reference in New Issue
Block a user