Skip to content

Commit

Permalink
docs: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Ottun committed Oct 13, 2021
1 parent 29daa52 commit ad5995d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ docker run -p 8080:8080 -p 8081:8081 sayjava/deputy

## Server Options

| Configuration | Env Variable | Default | Description |
| :------------------ | :----------- | :------------- | :------------- |
| \--mocks-directory, -d | DEPUTY_MOCKS_DIRECTORY | mocks | Path to a folder containing yaml/json mock definition files |
| \--port, -p | DEPUTY_PORT | 8080 | The port the mock sever runs on |
| Configuration | Env Variable | Default | Description |
| :---------------------- | :----------------------------- | :------------- | :------------- |
| \--mocks-directory, -d | DEPUTY_MOCKS_DIRECTORY | mocks | Path to a folder containing yaml/json mock definition files |
| \--port, -p | DEPUTY_PORT | 8080 | The port the mock sever runs on |
| \--auto-proxy, -px | DEPUTY_AUTO_PROXY | true | Auto proxy requests |

## Initialize Mocks

Expand Down

0 comments on commit ad5995d

Please sign in to comment.