mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(bug) MAX_SIZE env varibles should not be quoted (#438)
This commit is contained in:
parent
1cfcf0a8b5
commit
33d8c2951e
@ -3,6 +3,7 @@
|
||||
- Fix a bug: members can't change/cancel their reservations
|
||||
- Fix a bug: admin events view should default to the list tab
|
||||
- Fix a bug: event creation form should not allow setting multiple times the same price category
|
||||
- Fix a bug: MAX_SIZE env varibles should not be quoted (#438)
|
||||
|
||||
## v5.7.2 2023 February 24
|
||||
|
||||
|
@ -49,10 +49,10 @@ ALLOW_INSECURE_HTTP=false
|
||||
ENABLE_SENTRY=false
|
||||
|
||||
# 5242880 = 5 megabytes
|
||||
MAX_IMPORT_SIZE='5242880'
|
||||
MAX_IMPORT_SIZE=5242880
|
||||
# 10485760 = 10 megabytes
|
||||
MAX_IMAGE_SIZE='10485760'
|
||||
MAX_IMAGE_SIZE=10485760
|
||||
# 20971520 = 20 megabytes
|
||||
MAX_CAO_SIZE='20971520'
|
||||
MAX_CAO_SIZE=20971520
|
||||
# 5242880 = 5 megabytes
|
||||
MAX_SUPPORTING_DOCUMENT_FILE_SIZE='5242880'
|
||||
MAX_SUPPORTING_DOCUMENT_FILE_SIZE=5242880
|
||||
|
Loading…
x
Reference in New Issue
Block a user