In progress. The following work for nake-run locally but not when we use the make create-all.
cfg, _:= config.GetConfig() cfgHost := cfg.Host cfgHost = strings.Replace(cfgHost, "//", "", 2) host := strings.Split(cfgHost, ":") reqLogger.Info("******** HOST", "host", host)