Skip to content

Commit c090416

Browse files
committed
added password
1 parent 2d012df commit c090416

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
@@ -13,7 +13,7 @@
1313
require './data/dragon.rb'
1414

1515
# DB Connection initiated
16-
DB = Mysql2::Client.new(:host => "wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com", :username => "ofyslai9g5zjznpq")
16+
DB = Mysql2::Client.new(:host => "wvulqmhjj9tbtc1w.cbetxkdyhwsb.us-east-1.rds.amazonaws.com", :username => "ofyslai9g5zjznpq", :password => "tvgm1fkpfh8iq5gp")
1717

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

0 commit comments

Comments
 (0)