Skip to content

Commit

Permalink
feat(pact-server): Allow to run pact mock server on a host other than…
Browse files Browse the repository at this point in the history
… localhost/127.0.0.1
  • Loading branch information
sebastian committed Oct 15, 2017
1 parent f5387a0 commit e24be20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pact.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = (opts) => {
const pactfileWriteMode = opts.pactfileWriteMode || 'overwrite'

const server = serviceFactory.createServer({
host: host,
port: port,
log: log,
dir: dir,
Expand Down

0 comments on commit e24be20

Please sign in to comment.