web/config.php.tmpl
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 08 Dec 2015 12:51:45 +0100
changeset 1300 4ad3f2eef799
parent 1245 83a59592b274
child 1425 99671a4d5274
permissions -rw-r--r--
Added tag V04.030 for changeset 1bbc5746a8a5

<?php

/**
 * Please edit all for your application registration / other details
 * The URL_ROOT must finish with a "/"
 */

//define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
define('LDT_PLATFORM' , 'http://ldt.iri.centrepompidou.fr/');
define('SECRET', '^e)3u&jwy@#156no9lmc1s&$g-x0n@lb=(+xgovk#5^kb)qvkb');

$C_default_registry = 'cdn';
$C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d'));