Merge branch 'OpenIMSDK:main' into main

This commit is contained in:
pluto
2023-07-12 09:57:32 +08:00
committed by GitHub
12 changed files with 30 additions and 14 deletions
+1
View File
@@ -84,6 +84,7 @@ func (r *RootCmd) GetPrometheusPortFlag() int {
func (r *RootCmd) getConfFromCmdAndInit(cmdLines *cobra.Command) error {
configFolderPath, _ := cmdLines.Flags().GetString(constant.FlagConf)
fmt.Println("configFolderPath:", configFolderPath)
return config.InitConfig(configFolderPath)
}