web/config.php.tmpl
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 13 May 2014 11:50:12 +0200
changeset 1113 01957bb80bef
parent 1001 df016fc8bbdb
child 1244 87583b020202
permissions -rw-r--r--
Added tag V02.89 for changeset d4c3a0d9251d

<?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('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'));

$ldt_platform = 'http://ldt.iri.centrepompidou.fr/';