Skip to content

Commit 10f7ebe

Browse files
committed
remove local db config
1 parent 05bb18a commit 10f7ebe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

run.sh

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
#!/bin/sh
22

3-
# Helper script to run the sample app locally, assumes a local mysql instance with a
4-
# login of root/root
5-
if [ -z "${MYSQL_DATABASE}" ]; then
6-
export DATABASE_SERVICE_HOST=localhost
7-
export DATABASE_SERVICE_PORT=3306
8-
export MYSQL_DATABASE=test
9-
export MYSQL_USER=root
10-
export MYSQL_PASSWORD=root
11-
fi
12-
133
bundle exec ruby app.rb

0 commit comments

Comments
 (0)