Skip to content

Commit

Permalink
chore: change default s3 server address to local
Browse files Browse the repository at this point in the history
  • Loading branch information
imstevez committed Aug 26, 2023
1 parent bc0f8e7 commit 860a7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
)

const defaultServerAddress = ":15001"
const defaultServerAddress = "127.0.0.1:15001"

var (
ErrServerStarted = errors.New("server started")
Expand Down

0 comments on commit 860a7fc

Please sign in to comment.