2018-10-25 09:48:48 -04:00
|
|
|
{
|
|
|
|
"port": 8000,
|
2021-07-01 06:45:16 -04:00
|
|
|
"bindIp": "0.0.0.0",
|
2021-07-01 06:46:42 -04:00
|
|
|
"idleTimeout": 30000,
|
2018-10-25 09:48:48 -04:00
|
|
|
"rootGitDirectory": "/tmp/wlgb",
|
2018-11-12 06:23:04 -05:00
|
|
|
"apiBaseUrl": "http://v2.overleaf.test:4000/api/v0",
|
2018-10-25 10:27:22 -04:00
|
|
|
"postbackBaseUrl": "http://git-bridge:8000",
|
2018-10-25 09:48:48 -04:00
|
|
|
"serviceName": "Overleaf",
|
|
|
|
"oauth2": {
|
|
|
|
"oauth2ClientID": "264c723c925c13590880751f861f13084934030c13b4452901e73bdfab226edc",
|
|
|
|
"oauth2ClientSecret": "e6b2e9eee7ae2bb653823250bb69594a91db0547fe3790a7135acb497108e62d",
|
2019-07-03 04:37:11 -04:00
|
|
|
"oauth2Server": "http://v2.overleaf.test:4000"
|
2018-10-25 09:48:48 -04:00
|
|
|
},
|
|
|
|
"repoStore": {
|
2019-11-12 10:16:54 -05:00
|
|
|
"maxFileNum": 2000,
|
2018-10-25 09:48:48 -04:00
|
|
|
"maxFileSize": 52428800
|
|
|
|
},
|
|
|
|
"swapStore": {
|
|
|
|
"type": "noop"
|
|
|
|
},
|
|
|
|
"swapJob": {
|
|
|
|
"minProjects": 50,
|
|
|
|
"lowGiB": 128,
|
|
|
|
"highGiB": 256,
|
2021-01-14 08:51:41 -05:00
|
|
|
"intervalMillis": 3600000,
|
2021-01-21 06:23:50 -05:00
|
|
|
"compressionMethod": "gzip"
|
2018-10-25 09:48:48 -04:00
|
|
|
}
|
|
|
|
}
|