minor fixes
This commit is contained in:
parent
5e050e45fe
commit
a287740880
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user