mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
Filters & Merge
This commit is contained in:
@@ -12,8 +12,8 @@ con.query("SELECT * FROM users", function(err, result){
|
||||
|
||||
let con = mysql.createConnection({ // TODO: change to config file
|
||||
host: "localhost",
|
||||
user: "onlineshop",
|
||||
password: "TestUser321", // TODO: DO NOT STORE PASSWORDS IN THE CODE
|
||||
user: "root",
|
||||
password: "", // TODO: DO NOT STORE PASSWORDS IN THE CODE
|
||||
database: "onlineshop"
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user