Skip to content

Commit

Permalink
More resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Nov 17, 2016
1 parent f9ff53f commit d68172d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metacatui/src/main/webapp/js/models/AppModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d68172d

Please sign in to comment.