Skip to content

Commit

Permalink
Updated insight link
Browse files Browse the repository at this point in the history
  • Loading branch information
dondreytaylor committed Aug 25, 2019
1 parent 5124eda commit 4c94599
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ var Handlerbars = require('handlebars');
var HandlebarsLayouts = require('handlebars-layouts');
HandlebarsLayouts.register(Handlerbars);

// Initialize MySQL
var mysql = require('mysql');
var pool = mysql.createPool({
connectionLimit : 10,
host : '',
user : '',
password : '',
database : ''
});

// Query helper function
let query = function(query, data, callback) {
pool.getConnection(function(err, connection) {
Expand Down

0 comments on commit 4c94599

Please sign in to comment.