7 lines
260 B
JavaScript
Executable File
7 lines
260 B
JavaScript
Executable File
import { Meteor } from 'meteor/meteor';
|
|
import { OHIF } from 'meteor/ohif:core';
|
|
|
|
Settings = Object.assign({
|
|
uri : OHIF.utils.absoluteUrl("/__wado_proxy"),
|
|
enabled: true
|
|
}, (Meteor.settings && Meteor.settings.proxy) ? Meteor.settings.proxy : {}); |