done
This commit is contained in:
parent
490ec4ebe5
commit
8d97c43b7b
|
@ -4,7 +4,7 @@ import mysql from "mysql2/promise"; // Use promise-based API
|
||||||
const pool = mysql.createPool({
|
const pool = mysql.createPool({
|
||||||
host: "db-mysql-nyc1-99306-do-user-12431193-0.b.db.ondigitalocean.com",
|
host: "db-mysql-nyc1-99306-do-user-12431193-0.b.db.ondigitalocean.com",
|
||||||
user: "doadmin",
|
user: "doadmin",
|
||||||
password: "AVNS_EPHqPilzmVjZfm8GH4G",
|
password: "AVNS_tCXJPnroBpPOhL_c7bR",
|
||||||
database: "defaultdb",
|
database: "defaultdb",
|
||||||
port: "25060",
|
port: "25060",
|
||||||
waitForConnections: true,
|
waitForConnections: true,
|
||||||
|
|
Loading…
Reference in New Issue