web/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 13 Dec 2010 18:41:23 +0100
changeset 1 629a200315a7
parent 0 4eba9c11703f
child 2 e5023fd9f049
permissions -rw-r--r--
Added tag V00.01 for changeset 5b94d1e46a5a

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