updates for configuration changes.
This commit is contained in:
@@ -23,9 +23,9 @@ func main() {
|
||||
}()
|
||||
|
||||
// initialize application configuration
|
||||
initialize.Init()
|
||||
cfg := initialize.Init()
|
||||
|
||||
//go httpServer(cfg.WebSrvIP, cfg.WebSrvPort)
|
||||
go httpServer(cfg)
|
||||
|
||||
forever()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user