Update to Koa 2
This commit is contained in:
parent
42b6cd5a32
commit
87459b2acc
15 changed files with 467 additions and 419 deletions
|
@ -10,7 +10,7 @@ const config = {
|
|||
dialect: 'postgres',
|
||||
protocol: 'postgres',
|
||||
quoteIdentifiers: true,
|
||||
logging: debug,
|
||||
logging: false,
|
||||
};
|
||||
|
||||
const sequelize = new Sequelize(process.env.DATABASE_URL, config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue