add integration test

This commit is contained in:
Dave Horton
2021-05-07 08:33:13 -04:00
parent 081a83e121
commit fc61d3d2fa
8 changed files with 126 additions and 10 deletions

1
app.js
View File

@@ -38,6 +38,7 @@ const {
} = require('@jambonz/db-helpers')({
host: process.env.JAMBONES_MYSQL_HOST,
user: process.env.JAMBONES_MYSQL_USER,
port: process.env.JAMBONES_MYSQL_PORT || 3306,
password: process.env.JAMBONES_MYSQL_PASSWORD,
database: process.env.JAMBONES_MYSQL_DATABASE,
connectionLimit: process.env.JAMBONES_MYSQL_CONNECTION_LIMIT || 10