Akhidjon

Deploying application on server

Showing 1 changed file with 1 additions and 1 deletions
...@@ -73,7 +73,7 @@ app.use(bodyParser.urlencoded({ extended: false })); ...@@ -73,7 +73,7 @@ app.use(bodyParser.urlencoded({ extended: false }));
73 app.use(cookieParser()); 73 app.use(cookieParser());
74 app.use(express.static(path.join(__dirname, 'public'))); 74 app.use(express.static(path.join(__dirname, 'public')));
75 75
76 -// 76 +// mysql properties
77 connection = mysql.createConnection({ 77 connection = mysql.createConnection({
78 host : 'localhost', 78 host : 'localhost',
79 user : 'root', 79 user : 'root',
......