Skip to content

Commit

Permalink
Update common.go
Browse files Browse the repository at this point in the history
  • Loading branch information
clcc2019 authored Sep 18, 2024
1 parent 1d76880 commit e4181c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ const (
// image module
const (
DefaultMetadataName = "Metadata"
DefaultRegistryDomain = "mks.hub"
DefaultRegistryDomain = "sea.hub"
DefaultRegistryPort = 5000
DefaultRegistryURL = "mks.hub:5000"
DefaultRegistryURL = "sea.hub:5000"
DefaultRegistryHtPasswdFile = "registry_htpasswd"
)

Expand Down

0 comments on commit e4181c5

Please sign in to comment.