Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Aug 27, 2015
1 parent 24af98c commit cba007f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cookbooks/selenium-server/attributes/node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.46/selenium-server-standalone-2.46.0.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/2.47/selenium-server-standalone-2.47.1.jar'

export SELENIUM_SERVER_INSTALL_FOLDER='/opt/selenium-server/node'
export SELENIUM_SERVER_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
Expand All @@ -14,4 +14,4 @@ export SELENIUM_SERVER_GROUP_NAME='selenium'

export SELENIUM_SERVER_PORT='5555'
export SELENIUM_SERVER_HUB_PORT='4444'
export SELENIUM_SERVER_HUB_HOST='selenium-private.ccmui.adobe.com'
export SELENIUM_SERVER_HUB_HOST='127.0.0.1'
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
export CCMUI_SELENIUM_SERVER_DISK='/dev/sdb'
export CCMUI_SELENIUM_SERVER_MOUNT_ON='/opt'

export CCMUI_SELENIUM_SERVER_HUB_HOST='127.0.0.1'
export CCMUI_SELENIUM_SERVER_HUB_HOST='selenium-private.ccmui.adobe.com'

0 comments on commit cba007f

Please sign in to comment.