mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
16.02.2018 3d25cd42900e130c661ad2943540b0007e07d262
borgbutler-webapp/src/utilities/global.js
@@ -4,7 +4,7 @@
    return process.env.NODE_ENV === 'development';
}
global.testserver = 'http://localhost:8042';
global.testserver = 'http://localhost:9042';
global.restBaseUrl = (isDevelopmentMode() ? global.testserver : '') + '/rest';
// Remove registered server workers from Merlin version <= V0.5 and get rid of caching hell: