mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 15:21:18 -05:00
📝 Add server CORS env var in doc
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
b1459f85cd
commit
3c6f7b30eb
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ Available at runtime:
|
|||
- `-e LC_ALL=...` (defaults to `C.UTF-8`)
|
||||
- `-e UXBOX_HTTP_SERVER_PORT=...` (defaults to `6060`)
|
||||
- `-e UXBOX_HTTP_SERVER_DEBUG=...` (defaults to `true`)
|
||||
- `-e UXBOX_HTTP_SERVER_CORS=...` (defaults to `http://localhost:3449`)
|
||||
- `-e UXBOX_DATABASE_USERNAME="..."` (defaults to `nil`)
|
||||
- `-e UXBOX_DATABASE_PASSWORD="..."` (defaults to `nil`)
|
||||
- `-e UXBOX_DATABASE_URI="..."` (defaults to ` `, will be computed based on other DATABASE parameters if empty)
|
||||
|
|
Loading…
Add table
Reference in a new issue