From 2262811e407facea09047e94aa1850c192511587 Mon Sep 17 00:00:00 2001 From: Richard Mahn Date: Wed, 17 Apr 2019 10:06:35 -0600 Subject: Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) --- custom/conf/app.ini.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'custom/conf/app.ini.sample') diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 4b846d3aff..159ab845b7 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -672,6 +672,8 @@ MAX_RESPONSE_ITEMS = 50 DEFAULT_PAGING_NUM = 30 ; Default and maximum number of items per page for git trees api DEFAULT_GIT_TREES_PER_PAGE = 1000 +; Default size of a blob returned by the blobs API (default is 10MiB) +DEFAULT_MAX_BLOB_SIZE = 10485760 [oauth2] ; Enables OAuth2 provider -- cgit v1.2.3