mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
8d8d7bdb26
refs #7489 - remove sephiroth - use knex migrator npm - goodbye bootup script - 🎨 update README - 🎨 knex migrator @ 0.0.2
9 lines
180 B
JavaScript
9 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')
|
|
}
|