We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec035ee commit 1a4dfb7Copy full SHA for 1a4dfb7
1 file changed
dist/config/database/mysqlConnect.ts
@@ -1,13 +1,8 @@
1
import mysql from 'mysql2/promise';
2
-import { Client } from 'ssh2';
3
import dotenv from 'dotenv';
4
-import fs from 'fs';
5
-import path from 'path';
6
7
dotenv.config();
8
9
-const sshClient = new Client();
10
-let pool: mysql.Pool;
11
export const pool = mysql.createPool({
12
host: process.env.DATABASE_HOST,
13
user: process.env.DATABASE_USERNAME,
0 commit comments