Skip to content

Commit

Permalink
default registry and token
Browse files Browse the repository at this point in the history
  • Loading branch information
lftk committed Apr 18, 2018
1 parent fb36306 commit e2838f4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ import (
)

var (
once sync.Once
err error
pkg config
once sync.Once
pkg = config{
Registry: defaultRegistry,
Token: defaultToken,
}
defaultRegistry = "https://pkg.4396.io"
defaultToken = "0443dbd565c01d39cb97a4e452d580986251d6c5"
)

type config struct {
Expand Down

0 comments on commit e2838f4

Please sign in to comment.