web/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 13 Dec 2010 19:12:37 +0100
changeset 5 5eec00e4540b
parent 2 e5023fd9f049
child 3 0f961ba9a178
permissions -rw-r--r--
changement image + index (conteur)

<?php

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

define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/');

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