Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Change default host and prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergo Erdosi committed Mar 18, 2013
1 parent 7c2ae9d commit df5c096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.php-dist
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ class JConfig
*/

/* Database Settings */
var $host = 'localhost'; // This is normally set to localhost
var $host = '127.0.0.1'; // This is normally set to 127.0.0.1 or localhost
var $user = ''; // MySQL username
var $password = ''; // MySQL password
var $db = ''; // MySQL database name
var $dbprefix = 'jos_'; // Do not change unless you need to!
var $dbprefix = 'nf_'; // Do not change unless you need to!

/* Server Settings */
var $secret = 'FBVtggIk5lAzEU9H'; //Change this to something more secure
Expand Down

0 comments on commit df5c096

Please sign in to comment.