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 2d012df commit c090416Copy full SHA for c090416
app.rb
@@ -13,7 +13,7 @@
13
require './data/dragon.rb'
14
15
# DB Connection initiated
16
-DB = Mysql2::Client.new(:host => "wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com", :username => "ofyslai9g5zjznpq")
+DB = Mysql2::Client.new(:host => "wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com", :username => "ofyslai9g5zjznpq", :password => "tvgm1fkpfh8iq5gp")
17
18
# Disables rack protection because of false positives
19
# that were blocking connections to home page
0 commit comments