configuration is now more dynamic.

This commit is contained in:
2022-10-10 14:12:41 -05:00
parent 9881d35bce
commit 0ea59c1f23
3 changed files with 71 additions and 90 deletions

View File

@ -22,9 +22,10 @@ func main() {
log.Println("[DEBUG] shutdown sequence complete")
}()
// initialize application configuration
initialize.Init()
//go httpServer(config.WebSrvIP, config.WebSrvPort)
//go httpServer(cfg.WebSrvIP, cfg.WebSrvPort)
forever()
}