Skip to content

Commit

Permalink
feat(pact-server): allow running mock server on non-local host #115
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 4, 2017
1 parent b42b5d3 commit b6866ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class Pact {
}

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

0 comments on commit b6866ef

Please sign in to comment.