Skip to content

Commit 5b7c729

Browse files
committed
fix DEPLOY_REGISTRY_HOST example
1 parent 5c5f117 commit 5b7c729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ COORDINATOR_SECRET=coordinator-secret # generate the actual secret with `openssl
8282

8383
# DEPOT_ORG_ID=<Depot org id>
8484
# DEPOT_TOKEN=<Depot org token>
85-
DEPLOY_REGISTRY_HOST=${APP_ORIGIN} # This is the host that the deploy CLI will use to push images to the registry
85+
DEPLOY_REGISTRY_HOST=localhost:5000 # This is the host that the deploy CLI will use to push images to the registry
8686
# DEV_OTEL_EXPORTER_OTLP_ENDPOINT="http://0.0.0.0:4318"
8787
# These are needed for the object store (for handling large payloads/outputs)
8888
# OBJECT_STORE_BASE_URL="https://{bucket}.{accountId}.r2.cloudflarestorage.com"

0 commit comments

Comments
 (0)