Skip to content

Commit

Permalink
config: fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox committed Dec 19, 2022
1 parent df0962a commit fc65017
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 @@ -22,7 +22,7 @@ type Config struct {
Description string `yaml:"description"`
} `yaml:"meta"`
Server struct {
Name string `yaml:"fqdn,omitempty"`
Name string `yaml:"name,omitempty"`
Host string `yaml:"host"`
Port int `yaml:"port"`
} `yaml:"server"`
Expand Down

0 comments on commit fc65017

Please sign in to comment.