mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
🔧 Sample allow all CORS origin for compose
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
0f4316a5ae
commit
87a37ca8c1
1 changed files with 1 additions and 1 deletions
|
@ -41,10 +41,10 @@ services:
|
|||
- backend_m2:/root/.m2
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
# - /etc/timezone:/etc/timezone:ro
|
||||
|
||||
environment:
|
||||
# HTTP setup
|
||||
- UXBOX_HTTP_SERVER_DEBUG=false
|
||||
- UXBOX_HTTP_SERVER_CORS=*
|
||||
- UXBOX_MEDIA_URI="/media/"
|
||||
- UXBOX_ASSETS_URI="/static/"
|
||||
- UXBOX_MEDIA_DIRECTORY="data/media"
|
||||
|
|
Loading…
Add table
Reference in a new issue