diff --git a/entrypoint.go b/entrypoint.go index b620ec5..0834d5c 100644 --- a/entrypoint.go +++ b/entrypoint.go @@ -172,6 +172,13 @@ func SetConfig(mongoUrl string, database string, natsUrl string, lokiUrl string, return cfg } +/* GetConfig will get the config +* @return *Config + */ +func GetConfig() *config.Config { + return config.GetConfig() +} + /* GetConfLoader * Get the configuration loader for the application * Parameters: