UNPKG

1.67 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.CONFIGS = {
6 dev: {
7 DeploymentUrl: 'https://developer.dev.bearer.sh/v1/',
8 IntegrationServiceHost: 'https://int.dev.bearer.sh/',
9 IntegrationServiceUrl: 'https://int.dev.bearer.sh/api/v1/',
10 DeveloperPortalAPIUrl: 'https://api.staging.bearer.sh/graphql',
11 DeveloperPortalUrl: 'https://app.staging.bearer.sh/',
12 CdnHost: 'https://static.dev.bearer.sh',
13 BearerEnv: 'dev',
14 LoginDomain: 'https://login.bearer.sh'
15 },
16 staging: {
17 DeploymentUrl: 'https://developer.staging.bearer.sh/cicd/v2',
18 IntegrationServiceHost: 'https://int.staging.bearer.sh/',
19 IntegrationServiceUrl: 'https://int.staging.bearer.sh/api/v1/',
20 DeveloperPortalAPIUrl: 'https://api.staging.bearer.sh/graphql',
21 DeveloperPortalUrl: 'https://app.staging.bearer.sh/',
22 CdnHost: 'https://static.staging.bearer.sh',
23 BearerEnv: 'staging',
24 LoginDomain: 'https://login.bearer.sh'
25 },
26 production: {
27 DeploymentUrl: 'https://developer.bearer.sh/cicd/v2/',
28 IntegrationServiceHost: 'https://int.bearer.sh/',
29 IntegrationServiceUrl: 'https://int.bearer.sh/api/v1/',
30 DeveloperPortalAPIUrl: 'https://api.bearer.sh/graphql',
31 DeveloperPortalUrl: 'https://app.bearer.sh/',
32 CdnHost: 'https://static.bearer.sh',
33 BearerEnv: 'production',
34 LoginDomain: 'https://login.bearer.sh'
35 }
36};