overleaf/services/git-bridge/bin/config.json
2015-10-25 11:19:02 +00:00

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"
}
}