UNPKG

1.74 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.LOGIN_CLIENT_ID = process.env.BEARER_LOGIN_CLIENT_ID || 'Wgll39KqWnJWud473wq7hZhiXxeNjEU7';
4exports.BEARER_ENV = process.env.BEARER_ENV || 'production';
5exports.BEARER_AUTH_PORT = 45677;
6exports.BEARER_LOGIN_PORT = 56789;
7exports.CONFIGS = {
8 dev: {
9 DeploymentUrl: 'https://developer.dev.bearer.sh/v1/',
10 IntegrationServiceHost: 'https://int.dev.bearer.sh/',
11 IntegrationServiceUrl: 'https://int.dev.bearer.sh/api/v1/',
12 DeveloperPortalAPIUrl: 'https://api.staging.bearer.sh/graphql',
13 DeveloperPortalUrl: 'https://app.staging.bearer.sh/',
14 CdnHost: 'https://static.dev.bearer.sh',
15 BearerEnv: 'dev',
16 LoginDomain: 'https://login.bearer.sh'
17 },
18 staging: {
19 DeploymentUrl: 'https://developer.staging.bearer.sh/cicd/v2',
20 IntegrationServiceHost: 'https://int.staging.bearer.sh/',
21 IntegrationServiceUrl: 'https://int.staging.bearer.sh/api/v1/',
22 DeveloperPortalAPIUrl: 'https://api.staging.bearer.sh/graphql',
23 DeveloperPortalUrl: 'https://app.staging.bearer.sh/',
24 CdnHost: 'https://static.staging.bearer.sh',
25 BearerEnv: 'staging',
26 LoginDomain: 'https://login.bearer.sh'
27 },
28 production: {
29 DeploymentUrl: 'https://developer.bearer.sh/cicd/v2/',
30 IntegrationServiceHost: 'https://int.bearer.sh/',
31 IntegrationServiceUrl: 'https://int.bearer.sh/api/v1/',
32 DeveloperPortalAPIUrl: 'https://api.bearer.sh/graphql',
33 DeveloperPortalUrl: 'https://app.bearer.sh/',
34 CdnHost: 'https://static.bearer.sh',
35 BearerEnv: 'production',
36 LoginDomain: 'https://login.bearer.sh'
37 }
38};