diff --git a/services/git-bridge/bin/config.json b/services/git-bridge/bin/config.json index ceec9c2d16..7dc5cd110c 100644 --- a/services/git-bridge/bin/config.json +++ b/services/git-bridge/bin/config.json @@ -1,9 +1,9 @@ { "port": 80, "rootGitDirectory": "/var/wlgb/git", - "apiBaseUrl": "https://radiant-wind-3058.herokuapp.com/api/v0", - "username": "staging", - "password": "6kUfbv0R", - "postbackBaseUrl": "http://git.overleaf.com", + "apiBaseUrl": "https://www.overleaf.com/api/v0", + "username": "REDACTED", + "password": "REDACTED", + "postbackBaseUrl": "http://your-server-name-for-postbacks", "serviceName": "Overleaf" }