fix job template error

This commit is contained in:
dingbo 2021-11-29 13:37:47 +08:00
parent 82340f596c
commit 72c72612fd

View File

@ -1,10 +1,24 @@
{
"name": "tdenginewriter",
"parameter": {
"host": "",
"host": "127.0.0.1",
"port": 6030,
"db": "",
"user": "",
"password": ""
"dbname": "test",
"user": "root",
"password": "taosdata",
"batchSize": 1000,
"stable": "weather",
"tagColumn": {
"station": 0
},
"fieldColumn": {
"latitude": 1,
"longtitude": 2,
"tmax": 4,
"tmin": 5
},
"timestampColumn":{
"date": 3
}
}
}