From 1a8e356878a521e8350a2eef3b6384b7c7a0e840 Mon Sep 17 00:00:00 2001 From: Sotiris Pelekis Date: Fri, 22 Dec 2023 14:57:25 +0200 Subject: [PATCH] update .env.example --- .env.example | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index c340673..3efd796 100644 --- a/.env.example +++ b/.env.example @@ -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