- add max file upload limit

This commit is contained in:
Richard Alam 2019-01-25 12:11:18 -08:00
parent b84b5d8552
commit f6b690b36c

View File

@ -65,6 +65,10 @@ grails:
maxsize: 1000
controllers:
defaultScope: singleton
upload:
maxFileSize: 9999999999
maxRequestSize: 9999999999
converters:
encoding: UTF-8
views: