mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 11:07:31 +01:00
Update database connection details in low-resolution image update script
This commit is contained in:
@@ -4,9 +4,9 @@ const path = require('path');
|
|||||||
|
|
||||||
const connection = mysql.createConnection({
|
const connection = mysql.createConnection({
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
user: 'database1',
|
user: 'root',
|
||||||
password: '181t$1lJg',
|
password: '',
|
||||||
database: 'pokedex1'
|
database: 'pokedex'
|
||||||
});
|
});
|
||||||
|
|
||||||
connection.connect((err) => {
|
connection.connect((err) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user