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