Skip to content
Snippets Groups Projects
Commit 7139f84b authored by Sindre Haugland Paulshus's avatar Sindre Haugland Paulshus
Browse files

Try 4

parent 0cf8b047
No related branches found
No related tags found
No related merge requests found
Pipeline #22601 failed
......@@ -27,7 +27,7 @@ var pool = mysql.createPool({
var pool = mysql.createPool({
connectionLimit: 1,
host: "localhost", //"localhost" if u wonna be on local db
host: "mysql", //"localhost" if u wonna be on local db
user: "root",
password: "secret",
database: "supertestdb",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment