diff options
author | millette <millette@controlyourself.ca> | 2008-11-23 21:30:36 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-23 21:30:36 -0500 |
commit | 525b86771866f368a4df9163562fbfe43be76b40 (patch) | |
tree | 4ae901f9329f947a9042d786c65e69a9322cd982 /config.php.sample | |
parent | 64d2709bcd027050eeb2554d654aa0d4ce08f08f (diff) |
sphinx documentation and sample config file
darcs-hash:20081124023036-099f7-d2c32538e8a81170032ba0bc9fc5caf79e2b59a9.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index 8f195e464..c2e7bf151 100644 --- a/config.php.sample +++ b/config.php.sample @@ -59,7 +59,7 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; # sphinx search $config['sphinx']['enabled'] = false; $config['sphinx']['server'] = 'localhost'; -$config['sphinx']['PORT'] = 3312; +$config['sphinx']['port'] = 3312; # Users to populate the 'Featured' tab |