update config

updated config to align with changes to the way the server struct was designed
This commit is contained in:
Justin T 2019-11-30 00:05:42 -06:00
parent 3392d310e4
commit 585e4ae708
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
type Config struct { type Config struct {
Server struct { Server struct {
Host string `yaml:"host"` Host string `yaml:"host"`
Port uint16 `yaml:"port"` Port int16 `yaml:"port"`
} }
Database struct { Database struct {
} }