summaryrefslogtreecommitdiff
path: root/data/config.php.dist
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-07-21 18:44:54 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-07-21 18:44:54 +0000
commitd80fcf8de6440fd31f16bb4106fe9e373fa40308 (patch)
treec53bc625f90f7af14620f06e6649fb9df94e0bf5 /data/config.php.dist
parent31570df64ce6543de407e7b9d751ba9033d930de (diff)
downloadsemanticscuttle-d80fcf8de6440fd31f16bb4106fe9e373fa40308.tar.gz
semanticscuttle-d80fcf8de6440fd31f16bb4106fe9e373fa40308.tar.bz2
Change "localhost" into 127.0.0.1 because it avoids a bug in Windows Seven.
http://serverfault.com/questions/4689/windows-7-localhost-name-resolution-is-handled-within-dns-itself-why git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@716 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data/config.php.dist')
-rw-r--r--data/config.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.php.dist b/data/config.php.dist
index 6439478..c135e8e 100644
--- a/data/config.php.dist
+++ b/data/config.php.dist
@@ -88,7 +88,7 @@ $dbname = 'scuttle';
*
* @var string
*/
-$dbhost = 'localhost';
+$dbhost = '127.0.0.1';
/***************************************************