Skip to content

Commit

Permalink
documented new config options
Browse files Browse the repository at this point in the history
  • Loading branch information
gravi2 committed Feb 9, 2019
1 parent 13a17de commit 03bd4d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ on how to deploy run headless Chrome in Docker.
When deploying the service, set configuration variables by including a `config.json` in the
root. Available configuration options:
* `datastoreCache` default `false` - set to `true` to enable caching on Google Cloud using datastore
* `timeout` default `10000` - set the timeout used to render the target page.
* `port` default `3000` - set the port to use for running and listening the rendertron service. Note if process.env.PORT is set, it will be used instead.
* `width` default `1000` - set the width (resolution) to be used for rendering the page.
* `height` default `1000` - set the height (resolution) to be used for rendering the page.

### Troubleshooting
If you're having troubles with getting Headless Chrome to run in your
Expand Down

0 comments on commit 03bd4d1

Please sign in to comment.