peertracker/ruby/config/database.rb
2013-01-25 10:29:36 +01:00

8 lines
176 B
Ruby

ActiveRecord::Base.establish_connection(
:adapter => "mysql2",
:host => "localhost",
:username => "root",
:password => "howareyou",
:database => "peertracker"
)