mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
98c89b4858
commit
663dc5861b
1 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
var url = require('url'),
|
var url = require('url'),
|
||||||
moment= require('moment'),
|
moment = require('moment'),
|
||||||
|
config = require('../../server/config'),
|
||||||
ApiRouteBase = '/ghost/api/v0.1/',
|
ApiRouteBase = '/ghost/api/v0.1/',
|
||||||
host = 'localhost',
|
host = config.server.host,
|
||||||
port = '2369',
|
port = config.server.port,
|
||||||
schema = 'http://',
|
schema = 'http://',
|
||||||
expectedProperties = {
|
expectedProperties = {
|
||||||
posts: ['posts', 'meta'],
|
posts: ['posts', 'meta'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue