web/rsln/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 18 Feb 2011 19:42:34 +0100
changeset 51 342bfbe0bbd8
parent 35 0f40d68e7618
child 119 4c86151704e9
permissions -rw-r--r--
Merge

<?php

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

define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln/');

$configuration = array(
    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
    'siteUrl'        => 'http://twitter.com/oauth',
    'consumerKey' 	 => '***REMOVED***',
    'consumerSecret' => '***REMOVED***'
);