Add GetConfig to entrypoint
This commit is contained in:
		@@ -172,6 +172,13 @@ func SetConfig(mongoUrl string, database string, natsUrl string, lokiUrl string,
 | 
				
			|||||||
	return cfg
 | 
						return cfg
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* GetConfig will get the config
 | 
				
			||||||
 | 
					* @return *Config
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					func GetConfig() *config.Config {
 | 
				
			||||||
 | 
						return config.GetConfig()
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* GetConfLoader
 | 
					/* GetConfLoader
 | 
				
			||||||
* Get the configuration loader for the application
 | 
					* Get the configuration loader for the application
 | 
				
			||||||
* Parameters:
 | 
					* Parameters:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user