X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=95366e0b329e965cc1fb7393e1e06a2fdd2b0d0a;hb=69ac99ff949ab0118ff25a62471980ad0ec7a52b;hp=9f64cc9e48b2d870e0b501600dd8d20dcc2deacd;hpb=0b4390e7f2322a15f16919425de039d555b3e516;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 9f64cc9e48..95366e0b32 100644 --- a/lib/default.php +++ b/lib/default.php @@ -125,10 +125,6 @@ $default = 'public' => array()), # JIDs of users who want to receive the public stream 'invite' => array('enabled' => true), - 'sphinx' => - array('enabled' => false, - 'server' => 'localhost', - 'port' => 3312), 'tag' => array('dropoff' => 864000.0), 'popular' => @@ -228,6 +224,6 @@ $default = array('contentlimit' => null), 'message' => array('contentlimit' => null), - 'http' => - array('client' => 'curl'), // XXX: should this be the default? + 'location' => + array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth );