diff --git a/config/environment.js b/config/environment.js index f64e8931..c25f5070 100644 --- a/config/environment.js +++ b/config/environment.js @@ -54,8 +54,8 @@ module.exports = function(environment) { }; //this needs to go in an actual env at some point ENV.csrfCookie = 'csrftoken'; - ENV.apiBaseUrl = 'http://localhost:8000'; - ENV.apiUrl = 'http://localhost:8000/api/v2'; + ENV.apiBaseUrl = 'http://localhost:38000'; + ENV.apiUrl = 'http://localhost:38000/api/v2'; ENV.curationEnabled = true; // if (environment === 'development') {