Use the default stated in the docs

This commit is contained in:
Ray Schamp 2015-10-07 19:20:09 -04:00
parent 37f0eb3348
commit 801e3e1f3b

View file

@ -1,3 +1,3 @@
module.exports = {
API_HOST: JSON.stringify(process.env.API_HOST || 'http://staging.scratch.mit.edu')
API_HOST: JSON.stringify(process.env.API_HOST || 'http://api-staging.scratch.mit.edu')
};