server: remove mention of sequelize config
This commit is contained in:
parent
0504bd57e2
commit
d24e94da04
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
const path = require("path")
|
||||
|
||||
module.exports = {
|
||||
config: path.resolve("config", "config.js"),
|
||||
// config: path.resolve("config", "config.js"),
|
||||
"models-path": path.resolve("src", "lib", "models"),
|
||||
// "seeders-path": path.resolve("src", "seeders"),
|
||||
"migrations-path": path.resolve("src", "migrations")
|
||||
|
|
Loading…
Reference in a new issue