2017-03-22 10:20:30 +01:00
|
|
|
import { Meteor } from 'meteor/meteor';
|
2017-03-09 20:19:05 +01:00
|
|
|
import { OHIF } from 'meteor/ohif:core';
|
|
|
|
|
|
|
|
|
|
Settings = Object.assign({
|
|
|
|
|
uri : OHIF.utils.absoluteUrl("/__wado_proxy"),
|
2016-08-26 09:03:04 +02:00
|
|
|
enabled: true
|
2017-03-22 10:20:30 +01:00
|
|
|
}, (Meteor.settings && Meteor.settings.proxy) ? Meteor.settings.proxy : {});
|