mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #914 from gotdibbs/Issue874
This commit is contained in:
commit
9ae1dc26db
1 changed files with 4 additions and 0 deletions
|
@ -34,7 +34,9 @@ config = {
|
|||
debug: false
|
||||
},
|
||||
server: {
|
||||
// Host to be passed to node's `net.Server#listen()`
|
||||
host: '127.0.0.1',
|
||||
// Port to be passed to node's `net.Server#listen()`, for iisnode set this to `process.env.PORT`
|
||||
port: '2368'
|
||||
}
|
||||
},
|
||||
|
@ -53,7 +55,9 @@ config = {
|
|||
debug: false
|
||||
},
|
||||
server: {
|
||||
// Host to be passed to node's `net.Server#listen()`
|
||||
host: '127.0.0.1',
|
||||
// Port to be passed to node's `net.Server#listen()`, for iisnode set this to `process.env.PORT`
|
||||
port: '2368'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue