overleaf/services/git-bridge/conf/local.json

28 lines
780 B
JSON
Raw Normal View History

{
"port": 8000,
"rootGitDirectory": "/tmp/wlgb",
2018-11-12 06:23:04 -05:00
"apiBaseUrl": "http://v2.overleaf.test:4000/api/v0",
"username": "user",
"password": "pass",
2018-10-25 10:27:22 -04:00
"postbackBaseUrl": "http://git-bridge:8000",
"serviceName": "Overleaf",
"oauth2": {
"oauth2ClientID": "264c723c925c13590880751f861f13084934030c13b4452901e73bdfab226edc",
"oauth2ClientSecret": "e6b2e9eee7ae2bb653823250bb69594a91db0547fe3790a7135acb497108e62d",
2019-07-03 04:37:11 -04:00
"oauth2Server": "http://v2.overleaf.test:4000"
},
"repoStore": {
2019-11-12 10:16:54 -05:00
"maxFileNum": 2000,
"maxFileSize": 52428800
},
"swapStore": {
"type": "noop"
},
"swapJob": {
"minProjects": 50,
"lowGiB": 128,
"highGiB": 256,
"intervalMillis": 3600000
}
}