web/config.php.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 15 Jun 2018 11:08:31 +0200
changeset 1425 99671a4d5274
parent 1245 83a59592b274
child 1427 8b3d57a519eb
permissions -rw-r--r--
remove twitter tokens

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

$configuration = array(
    'siteUrl'        => 'https://api.twitter.com/oauth',
    'consumerKey' 	 => 'CONSUMER KEY',
    'consumerSecret' => 'CONSUMER SECRET'
);