web/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 13 Dec 2010 19:14:40 +0100
changeset 6 cfc8823f5c9e
parent 3 0f961ba9a178
permissions -rw-r--r--
Merge

<?php

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

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