-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
14 lines (12 loc) · 982 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Global variables used in all environments (or default values) should go in this file.
# Variables for specific environments should go in '.env.development', '.env.test', or '.env.production'.
# In CI/CD, these environment variables need to be injected before running 'yarn run build' or 'yarn test'.
# Complete documentation: https://create-react-app.dev/docs/adding-custom-environment-variables
# If you want to customize these values for your use, create a file called `.env.local`
# All variables must begin with 'REACT_APP_', with the exception of values listed at https://create-react-app.dev/docs/advanced-configuration . 'NODE_ENV' is reserved and should not be used.
REACT_APP_API_URL=http://ssm-dev.ornl.gov/api
REACT_APP_ML_UI_URL=http://ssm-dev.ornl.gov/machine-learning
REACT_APP_ML_NOTEBOOKS_URL=http://ssm-dev.ornl.gov/machine-learning/notebooks/
REACT_APP_OIDC_AUTH_URL=keycloak-url
REACT_APP_OIDC_REDIRECT_URL=redirect-url
REACT_APP_OIDC_CLIENT_ID=ssm-ui-client