From cbcda0fc65a11961e87b3d2ff6df741bad4c9472 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Sun, 10 Mar 2013 11:14:25 -0400 Subject: [PATCH] oops didn't mean to commit the test API key --- lms/envs/dev.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/envs/dev.py b/lms/envs/dev.py index 84cd80859c..6ecbbb0f85 100644 --- a/lms/envs/dev.py +++ b/lms/envs/dev.py @@ -104,8 +104,7 @@ SUBDOMAIN_BRANDING = { # have an actual course with that org set VIRTUAL_UNIVERSITIES = [] -COMMENTS_SERVICE_KEY = "***REMOVED***" -COMMENTS_SERVICE_URL = "https://comments-edge-stage.herokuapp.com" +COMMENTS_SERVICE_KEY = "PUT_YOUR_API_KEY_HERE" ############################## Course static files ########################## if os.path.isdir(DATA_DIR):