Compare commits
No commits in common. "8f8897338a2982e381a9c68c38bc9f1f67da9206" and "d93bfe172b7429c3641dc0806891e3f5cdf17b8e" have entirely different histories.
8f8897338a
...
d93bfe172b
6
db.js
6
db.js
@ -28,9 +28,9 @@ const db = require("mariadb");
|
|||||||
// create pool
|
// create pool
|
||||||
const pool = db.createPool({
|
const pool = db.createPool({
|
||||||
connectionLimit : 10,
|
connectionLimit : 10,
|
||||||
host : 'db-in-docker',
|
host : 'localhost',
|
||||||
user : 'root',
|
user : 'user',
|
||||||
password : 'ncnu',
|
password : '',
|
||||||
database : 'scholarship'
|
database : 'scholarship'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user