From 12db5fe0aea7ec1b3700fe8c1ea70a4d3a5b178d Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Thu, 16 Jun 2016 10:07:41 -0700 Subject: [PATCH] localhost --- app/config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/environment.js b/app/config/environment.js index 000cbbfd..591c564f 100644 --- a/app/config/environment.js +++ b/app/config/environment.js @@ -52,7 +52,7 @@ module.exports = function(environment) { }; ENV.apiHost = "https://localhost:5001"; - ENV.apiHost = "https://demo1.dev:5001"; + // ENV.apiHost = "https://demo1.dev:5001"; } if (environment === 'test') {