fix adapter
This commit is contained in:
parent
84a198d4da
commit
38d1233ce0
|
@ -9,10 +9,10 @@ class TAdapter:
|
||||||
self.deployed = 0
|
self.deployed = 0
|
||||||
self.remoteIP = ""
|
self.remoteIP = ""
|
||||||
self.taosadapter_cfg_dict = {
|
self.taosadapter_cfg_dict = {
|
||||||
"debug" : False,
|
"debug" : True,
|
||||||
"taosConfigDir" : "",
|
"taosConfigDir" : "",
|
||||||
"port" : 6041,
|
"port" : 6041,
|
||||||
"logLevel" : "info",
|
"logLevel" : "debug",
|
||||||
"cors" : {
|
"cors" : {
|
||||||
"allowAllOrigins" : True,
|
"allowAllOrigins" : True,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue