Explorar el Código

Merge branch 'debug' of http://8.136.199.33:3000/eta_mini/eta_mini_crm into bzq/dev_task_conflict

zqbao hace 9 meses
padre
commit
48f6447cff
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      utils/config.go

+ 9 - 0
utils/config.go

@@ -34,6 +34,15 @@ func init() {
 	}
 	RunMode = tmpRunMode
 	fmt.Println("RunMode:", RunMode)
+	if RunMode == "" {
+		RunMode = "debug"
+		configPath := `/home/code/config/eta_mini_crm/conf/app.conf`
+		fmt.Println("configPath:", configPath)
+		err = web.LoadAppConfig("ini", configPath)
+		if err != nil {
+			fmt.Println("web.LoadAppConfig Err:" + err.Error())
+		}
+	}
 
 	config, err := web.AppConfig.GetSection(RunMode)
 	if err != nil {