mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:58:27 +02:00
🚧 More work on register/recovery refactor.
This commit is contained in:
parent
9e68041326
commit
6165a49c10
10 changed files with 27 additions and 28 deletions
|
@ -136,7 +136,7 @@ The default production docker-compose already handles it for you,
|
|||
but if you. So check the `docker/docker-compose.yml` file.
|
||||
|
||||
|
||||
### Auto configuration via environment variables
|
||||
### Configuration via environment variables
|
||||
|
||||
The following environment variables are also honored for configuring
|
||||
your UXBOX instance:
|
||||
|
@ -147,8 +147,7 @@ your UXBOX instance:
|
|||
**Only available at build time!**
|
||||
- `-e UXBOX_API_URL=...` (defaults to `/api`)
|
||||
- `-e UXBOX_VIEW_URL=...` (defaults to `/view/`)
|
||||
- `-e UXBOX_DEMO=...` (not defined, setting any value will activate demo mode)
|
||||
- `-e UXBOX_DEBUG=...` (not defined, setting any value will activate debug mode)
|
||||
- `-e UXBOX_DEMO_WARNING=...` (not defined, setting any value will activate demo mode)
|
||||
|
||||
Available at runtime:
|
||||
- `-e LANG=...` (defaults to `en_US.UTF-8`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue