web/config.php.tmpl
changeset 248 ffb0a6d08000
parent 234 23a375bc42fb
child 683 cd315f8c70e8
--- a/web/config.php.tmpl	Wed Jul 27 12:24:43 2011 +0200
+++ b/web/config.php.tmpl	Wed Jul 27 12:25:45 2011 +0200
@@ -2,16 +2,10 @@
 
 /**
  * Please edit all for your application registration / other details
- * 
+ * The URL_ROOT must finish with a "/"
  */
 
 //define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
-define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/client.php');
+define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
 
-$configuration = array(
-  //  'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/callback.php',
-    'callbackUrl'    => 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/callback.php',
-    'siteUrl'        => 'http://twitter.com/oauth',
-    'consumerKey' 	 => '***REMOVED***',
-    'consumerSecret' => '***REMOVED***'
-);
+$C_default_registry = 'cdn';