Ghost-Admin/mirage/fixtures/configurations.js

18 lines
405 B
JavaScript

export default [{
blogTitle: 'Test Blog',
blogUrl: `${window.location.origin}/`,
clientId: 'ghost-admin',
clientSecret: '1234ClientSecret',
fileStorage: 'true',
internalTags: 'false',
publicAPI: 'false',
routeKeywords: {
tag: 'tag',
author: 'author',
page: 'page',
preview: 'p',
private: 'private'
},
useGravatar: 'true'
}];