forked from camel-tooling/camel-dashboard-console
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvfile
More file actions
11 lines (11 loc) · 816 Bytes
/
Copy pathenvfile
File metadata and controls
11 lines (11 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
BRIDGE_K8S_AUTH=bearer-token
BRIDGE_K8S_AUTH_BEARER_TOKEN=sha256~skC3A7XeZ3PvoRPVY4nlBgE6jTCSuGVbwrm6nTz7bhE
BRIDGE_K8S_MODE=off-cluster
BRIDGE_K8S_MODE_OFF_CLUSTER_ALERTMANAGER=https://alertmanager-main-openshift-monitoring.apps.qshift.snowdrop.dev
BRIDGE_K8S_MODE_OFF_CLUSTER_ENDPOINT=https://api.qshift.snowdrop.dev:6443
BRIDGE_K8S_MODE_OFF_CLUSTER_SKIP_VERIFY_TLS=true
BRIDGE_K8S_MODE_OFF_CLUSTER_THANOS=https://thanos-querier-openshift-monitoring.apps.qshift.snowdrop.dev
BRIDGE_PLUGINS=camel-dashboard-console=http://host.docker.internal:9001
BRIDGE_USER_AUTH=disabled
BRIDGE_USER_SETTINGS_LOCATION=localstorage
npm_package_scripts_test_cypress_headless='cd integration-tests && node --max-old-space-size=4096 ../node_modules/.bin/cypress run --env openshift=true --browser ${BRIDGE_E2E_BROWSER_NAME:=chrome}'