Skip to content
Traun Leyden edited this page Aug 4, 2015 · 2 revisions

In perf run 684, it was configured to use this sync gw config template (note how it enables DCP)

How to use this:

  • Create a sync gw config template based on this template
  • Upload to a gist
  • Find the raw URL of this gist
  • Go to git.io and create a shortened URL for this gist, for example: http://git.io/Np2l
  • In the perfrunner build, add the parameter: gateway.config_url.Np2l -- note that you don't put the whole git.io URL, just the tail end which has the unique id for that shortened url

For example, see the perf run 684 params

Note that in the console logs, you can see evidence of it grabbing the custom config:

[17/Feb/2015 11:43:48] INFO - Downloading config: http://git.io/Np2l
[17/Feb/2015 11:43:49] INFO - Writing config to: templates/downloaded_config.json
Clone this wiki locally