web/rsln/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 29 Jan 2011 06:31:59 +0100
changeset 29 ae3c8bd3ba11
parent 20 7e0a67a20e74
child 33 0f2c04b0944e
permissions -rw-r--r--
Merge with 54a07290a3eed139624b8c717aca1b135fb3395d

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