Skip to content

Commit

Permalink
removing localhost default endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rayjanoka committed Dec 16, 2022
1 parent 6835e49 commit 9902fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Config struct {
Src struct {
AccessKey string `fig:"accessKey"`
Bucket string `fig:"bucket"`
Endpoint string `fig:"endpoint" default:"localhost:9000"`
Endpoint string `fig:"endpoint"`
GoogleCredentials string `fig:"googleCredentials"`
Name string `fig:"name" default:"destination"`
SecretKey string `fig:"secretKey"`
Expand All @@ -21,7 +21,7 @@ type Config struct {
Dest struct {
AccessKey string `fig:"accessKey"`
Bucket string `fig:"bucket"`
Endpoint string `fig:"endpoint" default:"localhost:9000"`
Endpoint string `fig:"endpoint"`
GoogleCredentials string `fig:"googleCredentials"`
Name string `fig:"name" default:"source"`
PartSize uint64 `fig:"partSize" default:"16"`
Expand Down

0 comments on commit 9902fdd

Please sign in to comment.