web/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 13 Dec 2010 19:07:51 +0100
changeset 67 c899ece2553e
parent 0 4eba9c11703f
child 2 e5023fd9f049
permissions -rw-r--r--
image de background lightbox

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