web/config.php.tmpl
changeset 248 ffb0a6d08000
parent 234 23a375bc42fb
child 683 cd315f8c70e8
equal deleted inserted replaced
247:e6b328970ee8 248:ffb0a6d08000
     1 <?php
     1 <?php
     2 
     2 
     3 /**
     3 /**
     4  * Please edit all for your application registration / other details
     4  * Please edit all for your application registration / other details
     5  * 
     5  * The URL_ROOT must finish with a "/"
     6  */
     6  */
     7 
     7 
     8 //define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
     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');
     9 define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
    10 
    10 
    11 $configuration = array(
    11 $C_default_registry = 'cdn';
    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 );