From 5e6c1055c0d78958f5a3a4ab3bb681b521beff65 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Wed, 7 Jan 2015 22:06:19 +0000 Subject: [PATCH] put in some example config data --- services/git-bridge/bin/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }