Skip to content

Commit

Permalink
Added DOCKER_HOST to default_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Jun 14, 2023
1 parent ed0063f commit 092be76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biothings/hub/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
"localhost": {"client_url": "unix://var/run/docker.sock"},
}

# Optional, can used to override the docker connection name from the src_url
DOCKER_HOST = None

# * 3. Folders *#
# Path to a folder to store all downloaded files, logs, caches, etc...
DATA_ARCHIVE_ROOT = ConfigurationError(
Expand Down

0 comments on commit 092be76

Please sign in to comment.