mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: not debuging knex at development also
This commit is contained in:
parent
0641568215
commit
81fb011edb
@ -8,6 +8,5 @@ export default knex({
|
|||||||
password: process.env.MYSQL_PASSWORD,
|
password: process.env.MYSQL_PASSWORD,
|
||||||
database: process.env.MYSQL_DATABASE || 'discordbots',
|
database: process.env.MYSQL_DATABASE || 'discordbots',
|
||||||
charset: 'utf8mb4',
|
charset: 'utf8mb4',
|
||||||
},
|
}
|
||||||
debug: process.env.NODE_ENV === 'development',
|
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user