Skip to content

Commit d64bd58

Browse files
committedOct 8, 2017
Just gonna solve 1000s of problems.
People change that to their IP, but you leave it localhost!
1 parent 86a5bf6 commit d64bd58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Configuration/Config.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
};
2020

2121
our $dbConfig = {
22-
dbHost => '127.0.0.1',
22+
dbHost => 'localhost',
2323
dbName => 'Luna',
2424
dbUser => 'root',
25-
dbPass => ''
25+
dbPass => 'minecraftSquad'
2626
};

0 commit comments

Comments
 (0)
Please sign in to comment.