mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
7 lines
208 B
JavaScript
7 lines
208 B
JavaScript
|
const config = require('../../../../shared/config');
|
||
|
|
||
|
const defaultSettingsPath = config.get('paths').defaultSettings;
|
||
|
const defaultSettings = require(defaultSettingsPath);
|
||
|
|
||
|
module.exports = defaultSettings;
|