MCPcopy Create free account
hub / github.com/Trendyol/wolfichef / ServerConfig

Struct ServerConfig

api/config/server.go:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ServerConfig struct {
15 *fiber.App
16 Host string `yaml:"Host" env:"HOST" env-default:"127.0.0.1"`
17 Port string `yaml:"Port" env:"PORT" env-default:"8000"`
18}
19
20func (s *ServerConfig) Setup() {
21 s.App = fiber.New(fiber.Config{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected