web/enmi/config.php
changeset 248 ffb0a6d08000
parent 247 e6b328970ee8
parent 239 66ac54f9dbf6
child 249 b31aef9365a8
--- a/web/enmi/config.php	Wed Jul 27 12:24:43 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-<?php
-
-/**
- * Please edit all for your application registration / other details
- * 
- */
-
-define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/enmi');
-
-$configuration = array(
-    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php',
-    'siteUrl'        => 'http://twitter.com/oauth',
-    'consumerKey' 	 => '***REMOVED***',
-    'consumerSecret' => '***REMOVED***'
-);