Browse Source

Merge branch 'debug'

kobe6258 2 months ago
parent
commit
7a20cfe623
1 changed files with 1 additions and 2 deletions
  1. 1 2
      utils/config.go

+ 1 - 2
utils/config.go

@@ -195,8 +195,7 @@ func init() {
 		ES_PASSWORD = config["es_password"]
 		ES_PASSWORD = config["es_password"]
 	}
 	}
 	{
 	{
-
-		 = config["enable_task"]
+		ENABLE_TASK = config["enable_task"]
 	}
 	}
 	// ES 索引
 	// ES 索引
 	{
 	{