0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/MigratorConfig.js

9 lines
249 B
JavaScript
Raw Normal View History

var config = require('./core/server/config'),
utils = require('./core/server/utils');
module.exports = {
currentVersion: utils.ghostVersion.safe,
database: config.get('database'),
migrationPath: config.get('paths:migrationPath')
};