Launcher/app/config/constants.js
Peter ac8a9d1d42 working refresh
Working refresh - only downloads when changes happen, and dev enviroment auto launches in dev. Error message correctly given when unable to DL remote distro
2021-07-13 13:06:35 +01:00

5 lines
310 B
JavaScript

const APP_DATA_NAME = 'Vicarious Network Launcher'
const LIVE_DISTRIBUTION_URL = 'https://launcher.vicariousnetwork.com/distribution.json'
const DEV_DISTRIBUTION_URL = 'https://launcher.vicariousnetwork.com/dev_distribution.json'
module.exports = { APP_DATA_NAME, LIVE_DISTRIBUTION_URL, DEV_DISTRIBUTION_URL }