fixed sql

This commit is contained in:
newtbot
2023-12-28 19:32:22 +08:00
parent 40eabbe2cc
commit 2d328ffa5d
3 changed files with 19 additions and 5 deletions

View File

@ -11,7 +11,7 @@ const options = {
password: process.env.MQTT_PASS,
protocol: 'mqtts', // Use MQTT over TLS
key: fs.readFileSync(path.resolve(__dirname, '../../cert/privkey.pem')),
cert: fs.readFileSync(path.resolve(__dirname, '../../cert/cert.pem')),
cert: fs.readFileSync(path.resolve(__dirname, '../../cert/cert.pem')),
};