mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
8d8d7bdb26
refs #7489 - remove sephiroth - use knex migrator npm - goodbye bootup script - 🎨 update README - 🎨 knex migrator @ 0.0.2
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
#!/usr/bin/env node
|
|
|
|
var config = require('./core/server/config');
|
|
|
|
module.exports = {
|
|
database: config.get('database'),
|
|
migrationPath: config.get('paths:migrationPath')
|
|
}
|