# Remote environ
MLFLOW_TRACKING_URI="http://155.230.214.100:9999"
MLFLOW_BACKEND_STORE_URI="postgresql://postgres:knuh_aim@155.230.214.100:5433/mlflow"

## Local environ
# MLFLOW_TRACKING_URI="http://127.0.0.1:9999"
# MLFLOW_BACKEND_STORE_URI="postgresql://postgres:postgrespw@127.0.0.1:55000/mlflow"