Skip to content

Commit

Permalink
fix: update PORT var
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Nov 2, 2021
1 parent 77fa83a commit 1c1fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type FeedServicer interface {
}

type Config struct {
Port int `envconfig:"SERVER_PORT" default:"8080"`
Port int `envconfig:"PORT" default:"8080"`
}

type Server struct {
Expand Down

0 comments on commit 1c1fd33

Please sign in to comment.