Skip to content

Commit 7724377

Browse files
committed
Merge branch 'main' of https://github.com/jembi/climate-mediator into add-endpoint-for-download
2 parents 67d993a + ba83f45 commit 7724377

12 files changed

+1108
-200
lines changed

.env.dev

+6
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ MINIO_BUCKET_REGION=us-east-1
2727
CLICKHOUSE_URL=http://localhost:8123
2828
CLICKHOUSE_USER=
2929
CLICKHOUSE_PASSWORD=dev_password_only
30+
31+
# The URL to the CHAP CLI API that is used by the /upload endpoint to make predictions
32+
CHAP_CLI_API_URL=http://localhost:9697
33+
34+
# Chap Configuration used by the /predict endpoint
35+
CHAP_URL=http://localhost:8000

0 commit comments

Comments
 (0)