UNPKG

364 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const version = '0.0.1';
4exports.CUSTOM_DOMAINS_CNAME = 'custom-domain.edgebayes.com';
5exports.DOG_BASE_URL = process.env.DOG_BASE_URL || 'https://cli.digitaloptgroup.com';
6exports.USER_AGENT = `@digitaloptgroup/cli/${version}`;
7exports.REALTIME_LOGS_URL = 'https://sse.edgebayes.com/';