mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 14:00:08 +02:00

[git-bridge] Cleanup `oauth` clientID/secret GitOrigin-RevId: 48144d928119782d1c7b048b0cb6a4afb6072f28
25 lines
593 B
JSON
25 lines
593 B
JSON
{
|
|
"port": 8000,
|
|
"bindIp": "0.0.0.0",
|
|
"idleTimeout": 30000,
|
|
"rootGitDirectory": "/tmp/wlgb",
|
|
"allowedCorsOrigins": "http://v2.overleaf.test",
|
|
"apiBaseUrl": "http://v2.overleaf.test:3000/api/v0",
|
|
"postbackBaseUrl": "http://git-bridge:8000",
|
|
"serviceName": "Overleaf",
|
|
"oauth2Server": "http://v2.overleaf.test:3000",
|
|
"repoStore": {
|
|
"maxFileNum": 2000,
|
|
"maxFileSize": 52428800
|
|
},
|
|
"swapStore": {
|
|
"type": "noop"
|
|
},
|
|
"swapJob": {
|
|
"minProjects": 50,
|
|
"lowGiB": 128,
|
|
"highGiB": 256,
|
|
"intervalMillis": 3600000,
|
|
"compressionMethod": "gzip"
|
|
}
|
|
}
|