-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
32 lines (28 loc) · 868 Bytes
/
.env.example
File metadata and controls
32 lines (28 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Tracking server
## Postgres
POSTGRES_USER=postgres
POSTGRES_DATABASE=postgres
POSTGRES_PASSWORD=postgres
## minio
AWS_ACCESS_KEY_ID=accessminio
AWS_SECRET_ACCESS_KEY=secretminio
MINIO_ACCESS_KEY=accessminio
MINIO_SECRET_KEY=secretminio
BUCKET_NAME=mlflow-bucket
MINIO_PORT=9000
MINIO_CLIENT_URL=s3:9000
# Back end
MLFLOW_TRACKING_URI=http://mlflow_server:5000
MLFLOW_S3_ENDPOINT_URL=http://s3:9000
DAGSTER_ENDPOINT_URL=http://deeptsf_dagster:8006
GIT_PYTHON_REFRESH=quiet
# Front end
## 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