From dbb27278deb6dc784c4fcf5b49da83422235c35f Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 21 Sep 2009 18:03:05 +0000 Subject: remove dbport from default config because nobody changes that one anyway. also set default host to localhost instead of 127.0.0.1 to allow socket connections (till said ip forces tcp) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@364 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.dist | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'config.inc.php.dist') diff --git a/config.inc.php.dist b/config.inc.php.dist index f75876e..2615bc6 100644 --- a/config.inc.php.dist +++ b/config.inc.php.dist @@ -101,13 +101,6 @@ $dbname = 'scuttle'; * * @var string */ -$dbhost = '127.0.0.1'; - -/** - * Database port - * - * @var string|integer - */ -$dbport = 3306; +$dbhost = 'localhost'; ?> -- cgit v1.2.3-54-g00ecf