Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. ##############################################################################
  2. # PRIVATE AGENT SETTINGS:
  3. # agent.id - unique ID for agent (32 character hex string)
  4. # private.key - account private key (32 character hex string)
  5. # location - name of location from which this agent will monitor
  6. # monitoring.timeout - script execution timeout (in milliseconds)
  7. ##############################################################################
  8. agent.id=36a26996cf1411e7828d984be167c3b8
  9. private.key=08a324d701a940949cd32e39de704671
  10. location=agent_windows
  11. monitoring.timeout=180000
  12. agent.config.url=http://wm2-agent-prod.s3.amazonaws.com/jars/runner.zip
  13. agent.url=http://wm2-agent-prod.s3.amazonaws.com/jars/runner.zip
  14.  
  15. ##############################################################################
  16. # PROXY Settings
  17. ##############################################################################
  18. #agent.proxy.host=<your Proxy host>
  19. #agent.proxy.port=<your Proxy port>
  20. #agent.proxy.user=<your Proxy user>
  21. #agent.proxy.password=<your Proxy password>
  22.  
  23. ##############################################################################
  24. # Note:
  25. # On Windows System: use '/' instead of '\' in the paths
  26. ##############################################################################
  27.  
  28.  
  29. ##############################################################################
  30. # CHROME Settings
  31. # chrome - path to your Google Chrome executable file
  32. # chromedriver - path to where you installed chromedriver
  33. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement