fix adapter

This commit is contained in:
cpwu 2022-07-20 10:53:31 +08:00
parent 84a198d4da
commit 38d1233ce0
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ class TAdapter:
self.deployed = 0
self.remoteIP = ""
self.taosadapter_cfg_dict = {
"debug" : False,
"debug" : True,
"taosConfigDir" : "",
"port" : 6041,
"logLevel" : "info",
"logLevel" : "debug",
"cors" : {
"allowAllOrigins" : True,
},