UNPKG

@robotical/appv2-analytics-gatherer

Version:

A tool that gathers data from the Apps and sends it to the Analytics server

10 lines (9 loc) 226 B
const IS_SERVER_LOCAL = false; let serverUrl = ''; if (IS_SERVER_LOCAL) { serverUrl = 'http://localhost:3333'; } else { serverUrl = 'https://appv2-analytics-server.robotical.io'; } export const SERVER_URL = serverUrl;