UNPKG

@loftysoul/soul

Version:

The professional Content Management System, based ghost

17 lines (16 loc) 383 B
module.exports = { docName: 'configuration', read: { permissions: false, query() { return [{ useGravatar: true, blogUrl: '', blogTitle: '', enableDeveloperExperiments: true, clientId: 'ghost-admin', clientSecret: '' }]; } } };