minor fixes

This commit is contained in:
Mateusz Zawisza 2012-08-18 02:01:47 +02:00 committed by Johannes Dewender
parent 5e050e45fe
commit a287740880
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
// Configuration /////////////////////////////////////////////////////////////////////////////////// // Configuration ///////////////////////////////////////////////////////////////////////////////////
// tracker state // tracker state
require('../mysql.config.php') require('../mysql.config.php');
// Tracker Operations ////////////////////////////////////////////////////////////////////////////// // Tracker Operations //////////////////////////////////////////////////////////////////////////////
// fatal error, stop execution // fatal error, stop execution

View File

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