modify node ci example

This commit is contained in:
menshibin 2024-09-25 21:49:06 +08:00
parent 4e2bd03df4
commit a94295f372
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ async function prepare() {
}
async function insert() {
let conf = new taos.WSConfig('ws://192.168.1.98:6041');
let conf = new taos.WSConfig('ws://localhost:6041');
conf.setUser('root');
conf.setPwd('taosdata');
conf.setDb('power');