Skip to content

Commit 94c8f76

Browse files
committed
fix: remove duplicated config for MYSQL_PORt
1 parent 957fc67 commit 94c8f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/Knex.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default knex({
88
user: process.env.MYSQL_USER || 'root',
99
password: process.env.MYSQL_PASSWORD || 'test',
1010
database: process.env.MYSQL_DATABASE || 'discordbots',
11-
port: Number(process.env.MYSQL_PORT) || 3306,
1211
charset: 'utf8mb4',
1312
},
1413
})

0 commit comments

Comments
 (0)