update config
updated config to align with changes to the way the server struct was designed
This commit is contained in:
parent
3392d310e4
commit
585e4ae708
|
@ -9,7 +9,7 @@ import (
|
|||
type Config struct {
|
||||
Server struct {
|
||||
Host string `yaml:"host"`
|
||||
Port uint16 `yaml:"port"`
|
||||
Port int16 `yaml:"port"`
|
||||
}
|
||||
Database struct {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue