From 11ee9c62a35add57cd5c12ca6a33f366e1bd82c7 Mon Sep 17 00:00:00 2001 From: Winston Li Date: Thu, 3 Aug 2017 23:46:04 +0100 Subject: [PATCH] Update README for repoStore option --- services/git-bridge/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/git-bridge/README.md b/services/git-bridge/README.md index ba9208c4a2..92d86fdb47 100644 --- a/services/git-bridge/README.md +++ b/services/git-bridge/README.md @@ -61,6 +61,9 @@ The configuration file is in `.json` format. with protocol and without trailing slash }, + "repoStore" (object, optional): { configure the repo store + "maxFileSize" (long, optional): maximum size of a file, inclusive + }, "swapStore" (object, optional): { the place to swap projects to. if null, type defaults to "noop"