web/config.php.tmpl
changeset 115 04d2e318a2e4
parent 99 6cb4d10f0b8b
child 233 10d6fd6ce9ab
equal deleted inserted replaced
114:22465a62b9a8 115:04d2e318a2e4
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * Please edit all for your application registration / other details
       
     5  * 
       
     6  */
       
     7 
       
     8 //define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
       
     9 define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/client.php');
       
    10 
       
    11 $configuration = array(
       
    12   //  'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/callback.php',
       
    13     'callbackUrl'    => 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/callback.php',
       
    14     'siteUrl'        => 'http://twitter.com/oauth',
       
    15     'consumerKey' 	 => '***REMOVED***',
       
    16     'consumerSecret' => '***REMOVED***'
       
    17 );