Config fixes (#100)
* New file with all configuration parameters. * Remove all env var usage and use new config.
This commit is contained in:
parent
fbf9006aa9
commit
297600e3c8
11 changed files with 133 additions and 122 deletions
|
|
@ -2,8 +2,6 @@
|
|||
process.env.NODE_ENV = 'test';
|
||||
|
||||
const { sequelize } = require('../../models');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
beforeAll(async () => {
|
||||
// Ensure test database is clean and created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue