Skip to content

Commit

Permalink
Merge pull request #12 from I-NERGY/dev
Browse files Browse the repository at this point in the history
update .env.example
  • Loading branch information
pelekhs authored Dec 22, 2023
2 parents 0422dcd + 1a8e356 commit b7c699f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ MINIO_PORT=9000

# Back end
MLFLOW_TRACKING_URI=http://mlflow_server:5000
MLFLOW_S3_ENDPOINT_URL=http://pgdb:9000
MLFLOW_S3_ENDPOINT_URL=http://s3:9000
DAGSTER_ENDPOINT_URL=http://deeptsf_dagster:8006
GIT_PYTHON_REFRESH=quiet

# Front end
CHOKIDAR_USEPOLLING=true
REACT_APP_NAME=Load_Forecasting_Dashboard
## These environment variable cannot be set from within here. (React issues)
## Instead they should have been included as .env in the front end repo / image.
# CHOKIDAR_USEPOLLING=true
# REACT_APP_NAME=Load_Forecasting_Dashboard
# REACT_APP_AUTH=False
# REACT_APP_MLFLOW=http://mlflow_server:5000
# DAGSTER_ENDPOINT_URL=http://deeptsf_dagster:8006

# Security
USE_KEYCLOAK=False

0 comments on commit b7c699f

Please sign in to comment.