Incread file upload limit to 1G (from 10MB)
This commit is contained in:
parent
77e1d3bc3e
commit
811b5832da
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ services:
|
|||
restart: unless-stopped
|
||||
environment:
|
||||
PRETALX_DATA_DIR: /data
|
||||
PRETALX_FILE_UPLOAD_LIMIT: 1000 # MB
|
||||
PRETALX_FILESYSTEM_MEDIA: /public/media
|
||||
PRETALX_FILESYSTEM_STATIC: /public/static
|
||||
PRETALX_SITE_URL: https://pretalx.hamburg.ccc.de
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue