| changeset 0 | 4eba9c11703f |
| child 2 | e5023fd9f049 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/config.php Mon Dec 13 18:29:26 2010 +0100 @@ -0,0 +1,14 @@ +<?php + +/** + * Please edit all for your application registration / other details + */ + +define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/'); + +$configuration = array( + 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/callback.php', + 'siteUrl' => 'http://twitter.com/oauth', + 'consumerKey' => '***REMOVED***', + 'consumerSecret' => '***REMOVED***' +);