test cobra

This commit is contained in:
wangchuxiao
2023-03-06 18:47:48 +08:00
parent 757fd4bf0b
commit 373b317b1a
2 changed files with 11 additions and 5 deletions
+6
View File
@@ -327,3 +327,9 @@ const LogFileName = "OpenIM.log"
const CurrentVersion = "v2.3.4-rc0"
const LocalHost = "0.0.0.0"
// flag parse
const (
FlagPort = "port"
FlagConf = "config_folder_path"
)