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