mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix migration config file
This commit is contained in:
parent
5dac77f3c0
commit
36b1a1c9a6
|
|
@ -1,5 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
require('dotenv').config();
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
database: process.env.DB_NAME,
|
database: process.env.DB_NAME,
|
||||||
dialect: process.env.DB_DIALECT || 'sqlite',
|
dialect: process.env.DB_DIALECT || 'sqlite',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue