Skip to content

Commit

Permalink
Merge pull request #115 from sebastian-curland/feat/pact-server
Browse files Browse the repository at this point in the history
feat(pact-server): allow to run pact mock server on a host other than localhost
  • Loading branch information
bethesque authored Oct 15, 2017
2 parents f5387a0 + e24be20 commit fe33be1
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 fe33be1

Please sign in to comment.