web/rsln/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 06 Apr 2011 17:38:39 +0200
changeset 103 1ea5f985e9f0
parent 35 0f40d68e7618
child 119 4c86151704e9
permissions -rw-r--r--
Merge with c26dec204590b851bb9f427c75453313ee32ae22

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