Ghost/ghost/admin/mirage/fixtures/configurations.js
Austin Burdine 52b6668955 deps: ember-cli-mirage@0.2.0
- remove lodash from bower
- move all resources to /mirage instead of /app/mirage
- update endpoints to use ORM
- general cleanup
2017-01-13 15:59:37 +00:00

21 lines
569 B
JavaScript

export default [{
blogTitle: 'Test Blog',
blogUrl: 'http://localhost:7357/',
clientId: 'ghost-admin',
clientSecret: '1234ClientSecret',
fileStorage: 'true',
// these are valid attrs but we want password auth by default in tests
// ghostAuthId: '1234GhostAuthId',
// ghostAuthUrl: 'http://devauth.ghost.org:8080',
internalTags: 'false',
publicAPI: 'false',
routeKeywords: {
tag: 'tag',
author: 'author',
page: 'page',
preview: 'p',
private: 'private'
},
useGravatar: 'true'
}];