feat: use config value for json body parser limit

This commit is contained in:
Nicolas Giard
2022-02-11 23:38:34 -05:00
committed by GitHub
parent 91ce977a1a
commit 8e3af9ac15
3 changed files with 10 additions and 1 deletions

View File

@@ -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