diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-17 16:44:33 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-17 16:44:33 -0400 |
commit | 28d02ec8cdd0278c802c8fee30acddecca9ca01f (patch) | |
tree | 63a83ad1e293905478bddd2677be56454649925e /config.php.sample | |
parent | fd6de17a4ace3eece968e2c7d319ee29340d2930 (diff) |
Make oohembed endpoint configurable.
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 636f4cf8e..ed70f85fb 100644 --- a/config.php.sample +++ b/config.php.sample @@ -223,3 +223,4 @@ $config['sphinx']['port'] = 3312; // $config['attachments']['user_quota'] = 50000000; // $config['attachments']['monthly_quota'] = 15000000; +// $config['oohembed']['endpoint'] = 'http://oohembed.com/oohembed/'; |