web/CPV/config.php.tmpl
changeset 150 ffaea21247c4
child 176 ffbd8565b65f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/CPV/config.php.tmpl	Wed May 25 02:44:32 2011 +0200
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * Please edit all for your application registration / other details
+ * 
+ */
+
+//define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
+define('URL_ROOT', 'http://localhost/~ymh/tweet_live/client.php');
+
+$configuration = array(
+  //  'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/callback.php',
+    'callbackUrl'    => 'http://localhost/~ymh/tweet_live/callback.php',
+    'siteUrl'        => 'http://twitter.com/oauth',
+    'consumerKey' 	 => '***REMOVED***',
+    'consumerSecret' => '***REMOVED***'
+);