diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-17 15:05:24 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-17 15:05:24 -0700 |
commit | 420e8994f8f62c22073e70e081daadfa2d8d7c06 (patch) | |
tree | 67aaba76513bc1f60382beab2223c32c80f942a9 /config.php.sample | |
parent | 07f5797f2fd1a425027190d424e359a1b4c4c8be (diff) | |
parent | cd1361fe960eb3afbbdb34b14061b8475dea60c8 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into taggedprofile
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 636f4cf8e..7649c5262 100644 --- a/config.php.sample +++ b/config.php.sample @@ -222,4 +222,6 @@ $config['sphinx']['port'] = 3312; // $config['attachments']['file_quota'] = 5000000; // $config['attachments']['user_quota'] = 50000000; // $config['attachments']['monthly_quota'] = 15000000; +// $config['attachments']['uploads'] = true; +// $config['oohembed']['endpoint'] = 'http://oohembed.com/oohembed/'; |