We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6526b commit 5699e08Copy full SHA for 5699e08
app.rb
@@ -14,7 +14,7 @@
14
require './data/dragon.rb'
15
16
# DB Connection initiated
17
-DB = Sequel.connect('mysql://ofyslai9g5zjznpq:tvgm1fkpfh8iq5gp@wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com:3306/vew7rq9f0fviu36f')
+DB = Sequel.connect('mysql2://ofyslai9g5zjznpq:tvgm1fkpfh8iq5gp@wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com:3306/vew7rq9f0fviu36f')
18
19
# Disables rack protection because of false positives
20
# that were blocking connections to home page
0 commit comments