feat: use config value for json body parser limit
This commit is contained in:
@@ -130,3 +130,11 @@ ha: false
|
||||
# ---------------------------------------------------------------------
|
||||
# Writeable data path used for cache and temporary user uploads.
|
||||
dataPath: ./data
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# Body Parser Limit
|
||||
# ---------------------------------------------------------------------
|
||||
# Maximum size of API requests body that can be parsed. Does not affect
|
||||
# file uploads.
|
||||
|
||||
bodyParserLimit: 5mb
|
||||
|
||||
Reference in New Issue
Block a user