mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 13:25:11 +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({
|
||||
host: 'localhost',
|
||||
user: 'database1',
|
||||
password: '181t$1lJg',
|
||||
database: 'pokedex1'
|
||||
user: 'root',
|
||||
password: '',
|
||||
database: 'pokedex'
|
||||
});
|
||||
|
||||
connection.connect((err) => {
|
||||
|
||||
Reference in New Issue
Block a user