mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 15:21:26 -05:00
14 lines
407 B
JSON
14 lines
407 B
JSON
{
|
|
"port": 80,
|
|
"rootGitDirectory": "/var/wlgb/git",
|
|
"apiBaseUrl": "http://127.0.0.1:60000/api/v0",
|
|
"username": "REDACTED",
|
|
"password": "REDACTED",
|
|
"postbackBaseUrl": "http://127.0.0.1",
|
|
"serviceName": "Overleaf",
|
|
"oauth2": {
|
|
"oauth2ClientID": "clientID",
|
|
"oauth2ClientSecret": "oauth2 client secret",
|
|
"oauth2Server": "https://www.overleaf.com"
|
|
}
|
|
}
|