mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 06:10:22 +00:00
fix: remove duplicated config for MYSQL_PORt
This commit is contained in:
parent
957fc672ce
commit
94c8f769aa
@ -8,7 +8,6 @@ export default knex({
|
||||
user: process.env.MYSQL_USER || 'root',
|
||||
password: process.env.MYSQL_PASSWORD || 'test',
|
||||
database: process.env.MYSQL_DATABASE || 'discordbots',
|
||||
port: Number(process.env.MYSQL_PORT) || 3306,
|
||||
charset: 'utf8mb4',
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user