web/rsln-opendata/config.php
changeset 66 8a382087127f
child 76 bda672f102d7
equal deleted inserted replaced
65:e93dd6da4c6d 66:8a382087127f
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * Please edit all for your application registration / other details
       
     5  * 
       
     6  */
       
     7 
       
     8 define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln/');
       
     9 
       
    10 $configuration = array(
       
    11     'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
       
    12     'siteUrl'        => 'http://twitter.com/oauth',
       
    13     'consumerKey' 	 => '***REMOVED***',
       
    14     'consumerSecret' => '***REMOVED***'
       
    15 );