TryGhost/Ghost

View on GitHub
ghost/admin/mirage/fixtures/configs.js

Summary

Maintainability
A
0 mins
Test Coverage
export default [{
    clientExtensions: {},
    database: 'mysql',
    enableDeveloperExperiments: false,
    environment: 'development',
    labs: {},
    mail: 'SMTP',
    version: '2.15.0',
    useGravatar: 'true',
    editor: {
        url: 'http://localhost:2368/editor.js'
    }
}];