forked from kubernetes/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmrc
17 lines (15 loc) · 758 Bytes
/
.npmrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file defines default variables values used by npm scripts.
# Read more at at: https://docs.npmjs.com/files/npmrc
# Config variables can be overridden by running:
# npm run <script-name> --kubernetes-dashboard:<variable-name>=<value>
# General configuration
engine-strict = true
# Dashboard configuration
kubernetes-dashboard:kubeconfig_dir = ${HOME}/.kube
kubernetes-dashboard:kubeconfig = ${HOME}/.kube/config
kubernetes-dashboard:frontend_build_dir = dist/frontend/en
kubernetes-dashboard:dashboard_binary_path = dist/amd64/dashboard
kubernetes-dashboard:dashboard_locale_config = dist/amd64/locale_conf.json
kubernetes-dashboard:bind_address = 127.0.0.1
kubernetes-dashboard:sidecar_host = http://localhost:8000
kubernetes-dashboard:port = 8080