2016-08-24 19:58:44 -04:00
|
|
|
{
|
|
|
|
"port": 8080,
|
2021-07-01 06:45:16 -04:00
|
|
|
"bindIp": "127.0.0.1",
|
2021-07-01 06:46:42 -04:00
|
|
|
"idleTimeout": 30000,
|
2016-08-24 19:58:44 -04:00
|
|
|
"rootGitDirectory": "/tmp/wlgb",
|
|
|
|
"apiBaseUrl": "https://localhost/api/v0",
|
|
|
|
"postbackBaseUrl": "https://localhost",
|
|
|
|
"serviceName": "Overleaf",
|
|
|
|
"oauth2": {
|
|
|
|
"oauth2ClientID": "asdf",
|
|
|
|
"oauth2ClientSecret": "asdf",
|
|
|
|
"oauth2Server": "https://localhost"
|
|
|
|
},
|
2018-01-12 11:47:13 -05:00
|
|
|
"repoStore": {
|
2019-11-12 10:16:54 -05:00
|
|
|
"maxFileNum": 2000,
|
2018-01-12 11:47:13 -05:00
|
|
|
"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,
|
2021-01-14 08:51:41 -05:00
|
|
|
"intervalMillis": 3600000,
|
2021-01-21 06:23:50 -05:00
|
|
|
"compressionMethod": "gzip"
|
2021-06-25 04:46:49 -04:00
|
|
|
},
|
|
|
|
"sqliteHeapLimitBytes": 512000000
|
2016-08-24 19:58:44 -04:00
|
|
|
}
|