--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/rsln-opendata/config.php Tue Mar 15 13:46:46 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/rsln/');
+
+$configuration = array(
+ 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
+ 'siteUrl' => 'http://twitter.com/oauth',
+ 'consumerKey' => '***REMOVED***',
+ 'consumerSecret' => '***REMOVED***'
+);