Refactoring

This commit is contained in:
Scott E. Graves
2019-06-05 17:27:29 -05:00
parent 539238efb7
commit 8d33d756e7

View File

@@ -28,6 +28,8 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'-----END PUBLIC KEY-----'; '-----END PUBLIC KEY-----';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-beta_branch/releases.json'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-beta_branch/releases.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.3_branch/releases.json';
exports.DATA_LOCATIONS = { exports.DATA_LOCATIONS = {
arch: '~/.local/repertory/ui', arch: '~/.local/repertory/ui',
centos7: '~/.local/repertory/ui', centos7: '~/.local/repertory/ui',
@@ -43,7 +45,6 @@ exports.DATA_LOCATIONS = {
darwin: '~/Library/Application Support/repertory/ui', darwin: '~/Library/Application Support/repertory/ui',
win32: '%LOCALAPPDATA%\\repertory\\ui' win32: '%LOCALAPPDATA%\\repertory\\ui'
}; };
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.3_branch/releases.json';
exports.PROVIDER_LIST = [ exports.PROVIDER_LIST = [
//'Hyperspace', //'Hyperspace',