equal
deleted
inserted
replaced
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/'; |
|