web/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 13 Dec 2010 19:11:36 +0100
changeset 3 0f961ba9a178
parent 2 e5023fd9f049
permissions -rw-r--r--
test commit 2

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