|
|
@ -47,8 +47,8 @@ window.getCommitHash = () => config.commitHash;
|
|
|
|
window.getNodeVersion = () => config.node_version;
|
|
|
|
window.getNodeVersion = () => config.node_version;
|
|
|
|
window.getHostName = () => config.hostname;
|
|
|
|
window.getHostName = () => config.hostname;
|
|
|
|
window.getServerTrustRoot = () => config.serverTrustRoot;
|
|
|
|
window.getServerTrustRoot = () => config.serverTrustRoot;
|
|
|
|
window.isBehindProxy = () => Boolean(config.proxyUrl);
|
|
|
|
|
|
|
|
window.JobQueue = JobQueue;
|
|
|
|
window.JobQueue = JobQueue;
|
|
|
|
|
|
|
|
window.isBehindProxy = () => Boolean(config.proxyUrl);
|
|
|
|
window.getStoragePubKey = key =>
|
|
|
|
window.getStoragePubKey = key =>
|
|
|
|
window.isDev() ? key.substring(0, key.length - 2) : key;
|
|
|
|
window.isDev() ? key.substring(0, key.length - 2) : key;
|
|
|
|
window.getDefaultFileServer = () => config.defaultFileServer;
|
|
|
|
window.getDefaultFileServer = () => config.defaultFileServer;
|
|
|
|