diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-16 19:50:37 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-16 19:50:37 -0400 |
commit | 136a69a387719d560f97b6f8ee73d1224b2bac8c (patch) | |
tree | e9c0c02d89119a9d8c35b2d0c2485d8d888a65f4 /config.php.sample | |
parent | 46c77b83b1b10663ac80f6e1df604d529bb31dd4 (diff) | |
parent | 75a0a3e18b001454ab4844bc63d4052faf502138 (diff) |
Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 8b4b777f2..1dc123aaf 100644 --- a/config.php.sample +++ b/config.php.sample @@ -99,6 +99,9 @@ $config['sphinx']['port'] = 3312; // $config['xmpp']['public'][] = 'someindexer@example.net'; // $config['xmpp']['debug'] = false; +// Disable OpenID +// $config['openid']['enabled'] = false; + // Turn off invites // $config['invite']['enabled'] = false; |