Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 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. #
  34. # For example: Linux, Windows XP, Windows 7, Windows Server 2008
  35. # chrome=/usr/bin/google-chrome
  36. # chrome=%HOMEPATH%/Local Settings/Application Data/Google/Chrome/Application/chrome.exe
  37. # chrome=C:/Users/%USERNAME%/AppData/Local/Google/Chrome/Application/chrome.exe
  38. #
  39. ##############################################################################
  40. #chrome=<path to your Chrome executable file>
  41. #chromedriver=<path to where you extract chromedriver>
  42.  
  43.  
  44. ##############################################################################
  45. # FIREFOX Settings
  46. #
  47. # For example: Linux, Windows XP, Windows 7, Windows Server 2008
  48. # ff=/usr/bin/firefox
  49. # ff=C:/Program Files/Mozilla Firefox/firefox.exe
  50. # ff=C:/Program Files/Mozilla Firefox/firefox.exe
  51. ##############################################################################
  52. #ff=<path to your Firefox executable file>
  53.  
  54.  
  55.  
  56. #############################################################################
  57. # PHANTOMJS Settings (for Emulated Mobile Browser)
  58. ##############################################################################
  59. #phantomjs=<path to your PhantomJS executable file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement