Minor changes

This commit is contained in:
David J. Allen 2024-04-17 17:24:56 -06:00
parent af79cfe254
commit d7990807f0
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
3 changed files with 8 additions and 4 deletions

View file

@ -90,6 +90,10 @@ func NewServerWithConfig(conf *Config) *server.Server {
},
Host: host,
Port: port,
Issuer: server.Issuer{
Host: conf.Server.Issuer.Host,
Port: conf.Server.Issuer.Port,
},
}
return server
}