Skip to content

Commit 238b9d1

Browse files
committed
Changed the uploading file size in enveomics gateway
1 parent 5f42822 commit 238b9d1

File tree

1 file changed

+2
-2
lines changed
  • dev-tools/ansible/inventories/scigap/production/host_vars/enveomics

1 file changed

+2
-2
lines changed

dev-tools/ansible/inventories/scigap/production/host_vars/enveomics/vars.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
2929
ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem"
3030
ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername }}/privkey.pem"
3131

32-
# Increase max upload size to 200MB
33-
#django_file_upload_max_file_size_mb: 200
32+
# Increase max upload size to 10GB
33+
django_file_upload_max_file_size_mb: 10000
3434

3535
## Keycloak related variables
3636
tenant_domain: "enveomics"

0 commit comments

Comments
 (0)