Created
December 1, 2017 09:09
-
-
Save corinnekrych/899a55cb5511fc347f5045dc102fb86e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✗ source environments/openshift-free-int-cluster.sh | |
Using Kubernetes Master: api.free-int.openshift.com:443 | |
Configured to connect to kubernetes cluster at https://api.free-int.openshift.com:443/ | |
WS_K8S_API_SERVER: api.starter-us-east-2.openshift.com:443 | |
K8S_API_SERVER_PROTOCOL: https | |
K8S_API_SERVER_BASE_PATH: /_p/oso | |
OAUTH_ISSUER: https://api.starter-us-east-2.openshift.com:443 | |
OAUTH_CLIENT_ID: fabric8 | |
OAUTH_SCOPE: user:full | |
OAUTH_AUTHORIZE_URI https://api.free-int.openshift.com:443/oauth/authorize | |
OAUTH_LOGOUT_URI https://api.free-int.openshift.com:443/connect/endsession?id_token={{id_token}} | |
FABRIC8_PIPELINES_NAMESPACE | |
OPENSHIFT_CONSOLE_URL https://console.free-int.openshift.com:443/console | |
FABRIC8_FEATURE_TOGGLES_API_URL http://localhost:8080/api/ | |
➜ fabric8-ui git:(master) ✗ npm start | |
> [email protected] start /Users/corinne/workspace/devtools/fabric8-ui | |
> npm run server:dev | |
> [email protected] server:dev /Users/corinne/workspace/devtools/fabric8-ui | |
> webpack-dev-server --config config/webpack.dev.js --progress --profile --watch --content-base src/ | |
The options from the webpack config: { | |
"env": "development" | |
} | |
/Users/corinne/workspace/devtools/fabric8-ui/node_modules/fabric8-planner | |
The merged metadata: { host: 'localhost', | |
port: 3000, | |
ENV: 'development', | |
HMR: false, | |
FABRIC8_FORGE_API_URL: 'https://forge.api.openshift.io', | |
FABRIC8_FEATURE_TOGGLES_API_URL: 'http://localhost:8080/api/', | |
FABRIC8_WIT_API_URL: 'https://api.openshift.io/api/', | |
FABRIC8_REALM: 'fabric8', | |
FABRIC8_SSO_API_URL: 'https://sso.openshift.io/', | |
FABRIC8_AUTH_API_URL: 'https://auth.openshift.io/api/', | |
FABRIC8_RECOMMENDER_API_URL: 'https://api-bayesian.dev.rdu2c.fabric8.io/api/v1/', | |
FABRIC8_FORGE_URL: undefined, | |
FABRIC8_PIPELINES_NAMESPACE: '', | |
PUBLIC_PATH: '/', | |
BUILD_NUMBER: undefined, | |
BUILD_TIMESTAMP: undefined, | |
BUILD_VERSION: undefined, | |
FABRIC8_BRANDING: 'fabric8' } | |
The options from the webpack config: { | |
"env": "development" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment