Skip to content

Commit

Permalink
fix: default port
Browse files Browse the repository at this point in the history
  • Loading branch information
TAK848 committed Feb 25, 2024
1 parent f60109c commit 540abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

type Config struct {
Port int `env:"PORT" envDefault:"80"`
Port int `env:"PORT" envDefault:"8080"`
Env string `env:"ENV" envDefault:"dev"`
BaseURL string `env:"BASE_URL" envDefault:"http://localhost:8080"`
SecretKey string `env:"SECRET_KEY" envDefault:"secret"`
Expand Down

0 comments on commit 540abe8

Please sign in to comment.