Compare commits
No commits in common. "main" and "demo" have entirely different histories.
|
@ -1,9 +0,0 @@
|
||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: test
|
|
||||||
image: node
|
|
||||||
commands:
|
|
||||||
- npm install
|
|
||||||
- npm test
|
|
|
@ -14,8 +14,8 @@ var site;
|
||||||
// TODO: Add stuff for MySQL
|
// TODO: Add stuff for MySQL
|
||||||
|
|
||||||
var connection = mysql.createConnection({
|
var connection = mysql.createConnection({
|
||||||
host : '127.0.0.1',
|
host : '192.168.0.56',
|
||||||
user : 'demo',
|
user : 'mangosdemo',
|
||||||
password : 'lqklvok',
|
password : 'lqklvok',
|
||||||
database : 'mangoshelfdb'
|
database : 'mangoshelfdb'
|
||||||
});
|
});
|
Loading…
Reference in New Issue