web/CPV/config.php.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 04 Jul 2011 18:45:03 +0200
changeset 211 292660b3f7a5
parent 176 ffbd8565b65f
permissions -rw-r--r--
Added tag V00.66 for changeset b097cecc52d0

<?php

/**
 * Please edit all for your application registration / other details
 * 
 */

//define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
define('URL_ROOT', 'http://localhost/~ymh/tweet_live/client.php');

$configuration = array(
  //  'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/callback.php',
    'callbackUrl'    => 'http://localhost/~ymh/tweet_live/callback.php',
    'siteUrl'        => 'http://twitter.com/oauth',
    'consumerKey' 	 => '***REMOVED***',
    'consumerSecret' => '***REMOVED***'
);

$config = array(
    'duration'   => '7697560',
    'metadata'   => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/6604ad3a-90ea-11e0-9de5-00145ea49a02",
    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
    'root'       => 'http://polemictweet.com/',
    'rep'        => 'CPV',
    'link'       => 'http://www.centrepompidou.fr/',
    'title'      => "Les Stratégies Virtuelles des Musées&nbsp;: l'Heure de Vérité"
);

$player_width  = 600;
$player_height = 480;