ghp / config.json.dist
QSLY's picture
Upload 10 files
c3a1b3c verified
raw
history blame contribute delete
296 Bytes
{
"host": "%HTTP_HOST%",
"port": %HTTP_PORT%,
"sizeLimit": %SIZE_LIMIT%,
"whiteList": [
%WHITE_LIST%
],
"blackList": [
%BLACK_LIST%
],
"AllowProxyAll": %ALLOW_PROXY_ALL%,
"otherWhiteList": [
%OTHER_WHITE_LIST%
],
"otherBlackList": [
%OTHER_BLACK_LIST%
]
}