mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Minor changes
This commit is contained in:
parent
af79cfe254
commit
d7990807f0
3 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue