Skip to content

Commit

Permalink
Set NO_DOWNLOAD in local catalog (#1665)
Browse files Browse the repository at this point in the history
A recent change to config.json (adding the NO_DOWNLOAD flag) requires that the catalog docker environment set `NO_DOWNLOAD` to produce a correct config.json.

Co-authored-by: Kevin Moore <[email protected]>
  • Loading branch information
kevinemoore and Kevin Moore authored Jun 13, 2020
1 parent fee2515 commit 2a9e5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/python/quilt3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def _launch_local_catalog():
env = dict(REGISTRY_URL="http://localhost:5000",
S3_PROXY_URL=open_config["s3Proxy"],
ALWAYS_REQUIRE_AUTH="false",
NO_DOWNLOAD="false",
CATALOG_MODE="LOCAL",
SSO_AUTH="DISABLED",
PASSWORD_AUTH="ENABLED",
Expand Down

0 comments on commit 2a9e5d2

Please sign in to comment.