web/config.php.tmpl
changeset 1249 813a89873f94
parent 1245 83a59592b274
child 1425 99671a4d5274
equal deleted inserted replaced
1248:a56723b35412 1249:813a89873f94
     5  * The URL_ROOT must finish with a "/"
     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/');
     9 define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
       
    10 define('LDT_PLATFORM' , 'http://ldt.iri.centrepompidou.fr/');
    10 define('SECRET', '^e)3u&jwy@#156no9lmc1s&$g-x0n@lb=(+xgovk#5^kb)qvkb');
    11 define('SECRET', '^e)3u&jwy@#156no9lmc1s&$g-x0n@lb=(+xgovk#5^kb)qvkb');
    11 
    12 
    12 $C_default_registry = 'cdn';
    13 $C_default_registry = 'cdn';
    13 $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d'));
    14 $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d'));
    14 
    15 
    15 $ldt_platform = 'http://ldt.iri.centrepompidou.fr/';