mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
further changes, migrate to mysql2
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const mysql = require('mysql');
|
||||
const mysql = require('mysql2');
|
||||
const config = require('config');
|
||||
const pool = mysql.createPool(config.get('mysql'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user