Skip to content

Commit

Permalink
Wokr on HTTP config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Vielle committed Feb 18, 2024
1 parent fc7afd8 commit dbe89ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/config.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package http

type Config struct {
type HTTPServerConfig struct {
Port uint16 `env:"HTTP_SERVER_PORT"`
}

0 comments on commit dbe89ae

Please sign in to comment.