Skip to content

Commit 5699e08

Browse files
committed
changed to mysql2
1 parent 3b6526b commit 5699e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
require './data/dragon.rb'
1515

1616
# DB Connection initiated
17-
DB = Sequel.connect('mysql://ofyslai9g5zjznpq:tvgm1fkpfh8iq5gp@wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com:3306/vew7rq9f0fviu36f')
17+
DB = Sequel.connect('mysql2://ofyslai9g5zjznpq:tvgm1fkpfh8iq5gp@wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com:3306/vew7rq9f0fviu36f')
1818

1919
# Disables rack protection because of false positives
2020
# that were blocking connections to home page

0 commit comments

Comments
 (0)