mirror of
https://github.com/donavon04/licensetrackerbackend.git
synced 2025-01-18 08:40:57 -07:00
Update app.js
This commit is contained in:
parent
4cfa0f29c9
commit
1765dabae0
8
app.js
8
app.js
@ -17,10 +17,10 @@ const db = process.env.DB || "LicenseTracker";
|
|||||||
|
|
||||||
// Database details
|
// Database details
|
||||||
const pool = mariadb.createPool({
|
const pool = mariadb.createPool({
|
||||||
host: "192.168.2.54",
|
dbip,
|
||||||
user: "root",
|
dbusername,
|
||||||
password: "U&P7UH1mhRG@JF2K",
|
dbpassword,
|
||||||
database: "LicenseTracker"
|
db
|
||||||
});
|
});
|
||||||
|
|
||||||
//Initialize pollrate variable
|
//Initialize pollrate variable
|
||||||
|
Loading…
Reference in New Issue
Block a user