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({
|
||||
host: "db-mysql-nyc1-99306-do-user-12431193-0.b.db.ondigitalocean.com",
|
||||
user: "doadmin",
|
||||
password: "AVNS_EPHqPilzmVjZfm8GH4G",
|
||||
password: "AVNS_tCXJPnroBpPOhL_c7bR",
|
||||
database: "defaultdb",
|
||||
port: "25060",
|
||||
waitForConnections: true,
|
||||
|
|
Loading…
Reference in New Issue