1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #4898: add max_upload_file_size to sunstone conf

This commit is contained in:
Javi Fontan 2016-11-10 15:40:32 +01:00
parent e4fbee2c7e
commit 17d1886ca6

View File

@ -51,6 +51,10 @@
# prod, the minified js will be used (dist/main.js)
:env: 'prod'
# Maximum allowed size of uploaded images (in bytes). Leave commented for
# unlimited size
# :max_upload_file_size: 10737418240 # 10 GiB
################################################################################
# Log
################################################################################