web/rsln/config.php
changeset 20 7e0a67a20e74
child 33 0f2c04b0944e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/rsln/config.php	Fri Jan 21 13:42:03 2011 +0100
@@ -0,0 +1,15 @@
+<?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***'
+);