Skip to content

Commit

Permalink
Mark registry_external_url config as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Dec 10, 2024
1 parent f317642 commit c7e874f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class CondaStoreServer(Application):

registry_external_url = Unicode(
"localhost:8080",
help='external hostname and port to access docker registry cannot contain "http://" or "https://"',
help='(deprecated) external hostname and port to access docker registry cannot contain "http://" or "https://"',
config=True,
)

Expand Down

0 comments on commit c7e874f

Please sign in to comment.