web/config.php.tmpl
author ymh <ymh.work@gmail.com>
Tue, 19 Jun 2018 15:26:02 +0200
changeset 1433 0f5a585e8a95
parent 1429 eb164bc67293
permissions -rw-r--r--
chgt url Strate

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

define('CONSUMER_KEY', 'CONSUMER KEY');
define('CONSUMER_SECRET', 'CONSUMER SECRET');

$timezone = new DateTimeZone("Europe/Paris");
$datetime = new DateTime("now",$timezone);

define('TWEET_LENGTH', 280);