Update app.js

This commit is contained in:
Donavon McDowell 2024-11-29 08:34:46 -07:00 committed by GitHub
parent 4cfa0f29c9
commit 1765dabae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
app.js
View File

@ -17,10 +17,10 @@ const db = process.env.DB || "LicenseTracker";
// Database details
const pool = mariadb.createPool({
host: "192.168.2.54",
user: "root",
password: "U&P7UH1mhRG@JF2K",
database: "LicenseTracker"
dbip,
dbusername,
dbpassword,
db
});
//Initialize pollrate variable