Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Bug 971296: Display mysql environment variables rather than IPs durin…
Browse files Browse the repository at this point in the history
…g install
  • Loading branch information
ironcladlou committed Jun 7, 2013
1 parent c64718b commit 49b6176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartridges/openshift-origin-cartridge-mysql/bin/install
Expand Up @@ -35,4 +35,4 @@ cart_props "username=$username"
cart_props "password=$password"
cart_props "database_name=$OPENSHIFT_APP_NAME"

set_app_info "Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT"
set_app_info 'Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT'

0 comments on commit 49b6176

Please sign in to comment.