Skip to content

Commit

Permalink
remove local db config
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Jun 18, 2015
1 parent 05bb18a commit 10f7ebe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
#!/bin/sh

# Helper script to run the sample app locally, assumes a local mysql instance with a
# login of root/root
if [ -z "${MYSQL_DATABASE}" ]; then
export DATABASE_SERVICE_HOST=localhost
export DATABASE_SERVICE_PORT=3306
export MYSQL_DATABASE=test
export MYSQL_USER=root
export MYSQL_PASSWORD=root
fi

bundle exec ruby app.rb

0 comments on commit 10f7ebe

Please sign in to comment.