forked from y-kkamil/console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clusterConfig.default
executable file
·38 lines (28 loc) · 1.7 KB
/
.clusterConfig.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
REACT_APP_domain="kyma.local"
REACT_APP_localDomain="console-dev.kyma.local"
REACT_APP_graphqlApiUrl="https://console-backend.$REACT_APP_domain/graphql"
REACT_APP_graphqlApiUrlLocal="http://$REACT_APP_localDomain:3000/graphql"
REACT_APP_subscriptionsApiUrl="wss://console-backend.$REACT_APP_domain/graphql"
REACT_APP_subscriptionsApiUrlLocal="ws://$REACT_APP_localDomain:3000/graphql"
REACT_APP_compassApiUrl="https://compass-gateway.$REACT_APP_domain/director/graphql"
REACT_APP_compassDefaultTenant="3e64ebae-38b5-46a0-b1ed-9ccee153a0ae"
REACT_APP_compassAutomaticDefaultScenario=true
REACT_APP_authRedirectUri="http://$REACT_APP_localDomain:4200"
REACT_APP_consoleClientId="console"
REACT_APP_orgId="my-org-123"
REACT_APP_orgName="My Organization"
REACT_APP_scope="audience:server:client_id:kyma-client audience:server:client_id:console openid profile email groups"
REACT_APP_gateway_kyma_cx_api_version="v1alpha2"
REACT_APP_serviceCatalogModuleUrl="http://$REACT_APP_localDomain:8000"
REACT_APP_docsModuleUrl="http://$REACT_APP_localDomain:8003"
REACT_APP_addOnsModuleUrl="http://$REACT_APP_localDomain:8004"
REACT_APP_coreModuleUrl="http://$REACT_APP_localDomain:8889"
REACT_APP_logsModuleUrl="http://$REACT_APP_localDomain:8005"
REACT_APP_compassModuleUrl="http://$REACT_APP_localDomain:8888"
REACT_APP_HELM_BROKER_REPO_URL_PREFIXES="https://|git::|github.com/|bitbucket.org/|http://"
REACT_APP_defaultIdpJwksUri="http://dex-service.kyma-system.svc.cluster.local:5556/keys"
REACT_APP_defaultIdpIssuer="https://dex.$REACT_APP_domain"
REACT_APP_namespaceAdminGroupName="runtimeNamespaceAdmin"
REACT_APP_runtimeAdminGroupName="runtimeAdmin"
REACT_APP_bebEnabled=false
REACT_APP_apiServerUrl="https://apiserver.$REACT_APP_domain"