From d68172d5556608d1d7fc5baff48b4afc9a989886 Mon Sep 17 00:00:00 2001 From: lauren-palmer Date: Thu, 17 Nov 2016 18:14:25 -0500 Subject: [PATCH] More resetting --- metacatui/src/main/webapp/js/models/AppModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metacatui/src/main/webapp/js/models/AppModel.js b/metacatui/src/main/webapp/js/models/AppModel.js index 6c131bbcc..a1a3f7057 100644 --- a/metacatui/src/main/webapp/js/models/AppModel.js +++ b/metacatui/src/main/webapp/js/models/AppModel.js @@ -35,11 +35,11 @@ define(['jquery', 'underscore', 'backbone'], maxDownloadSize: 3000000000, metacatVersion: "2.8.0", - baseUrl: "https://test.arcticdata.io",//window.location.origin || (window.location.protocol + "//" + window.location.host), + baseUrl: window.location.origin || (window.location.protocol + "//" + window.location.host), // the most likely item to change is the Metacat deployment context context: '/metacat', d1Service: '/d1/mn/v2', - d1CNBaseUrl: "https://cn-sandbox-2.test.dataone.org/", + d1CNBaseUrl: "https://cn.dataone.org/", d1CNService: "cn/v2", d1LogServiceUrl: null, nodeServiceUrl: null,