Modify COMMENTS_SERVICE_URL for bokchoy docker settings

This commit is contained in:
Brian Beggs
2017-08-04 15:17:01 -04:00
parent 54695d84fb
commit 7b54cf5603
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
}
},
"COMMENTS_SERVICE_KEY": "password",
"COMMENTS_SERVICE_URL": "http://localhost:4567",
"COMMENTS_SERVICE_URL": "http://edx.devstack.forum:4567",
"CONTACT_EMAIL": "info@example.com",
"DEFAULT_FEEDBACK_EMAIL": "feedback@example.com",
"DEFAULT_FROM_EMAIL": "registration@example.com",

View File

@@ -56,7 +56,7 @@
}
},
"COMMENTS_SERVICE_KEY": "password",
"COMMENTS_SERVICE_URL": "http://localhost:4567",
"COMMENTS_SERVICE_URL": "http://edx.devstack.forum:4567",
"CONTACT_EMAIL": "info@example.com",
"DEFAULT_FEEDBACK_EMAIL": "feedback@example.com",
"DEFAULT_FROM_EMAIL": "registration@example.com",