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