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

33 lines
815 B
JSON
Raw Normal View History

2016-08-24 19:58:44 -04:00
{
"port": 8080,
"rootGitDirectory": "/tmp/wlgb",
"apiBaseUrl": "https://localhost/api/v0",
"username": "user",
"password": "pass",
"postbackBaseUrl": "https://localhost",
"serviceName": "Overleaf",
"oauth2": {
"oauth2ClientID": "asdf",
"oauth2ClientSecret": "asdf",
"oauth2Server": "https://localhost"
},
"repoStore": {
2019-11-12 10:16:54 -05:00
"maxFileNum": 2000,
"maxFileSize": 52428800
},
2016-08-24 19:58:44 -04:00
"swapStore": {
"type": "s3",
"awsAccessKey": "asdf",
"awsSecret": "asdf",
2021-01-22 04:53:12 -05:00
"s3BucketName": "com.overleaf.testbucket",
"awsRegion": "us-east-1"
2016-08-24 19:58:44 -04:00
},
"swapJob": {
"minProjects": 50,
"lowGiB": 128,
"highGiB": 256,
"intervalMillis": 3600000,
"compressionMethod": "bzip2"
2016-08-24 19:58:44 -04:00
}
}