mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 07:24:14 +00:00
6862166064
Adds a config.js which uses lib/config to provide the Sequelize CLI with the same options as the application. Fixes #1396 Signed-off-by: Maximilian Haye <mhajoha@gmail.com>
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
const config = require('./lib/config')
|
|
|
|
module.exports = config.db
|