web/enmi/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 18 Feb 2011 19:44:46 +0100
changeset 54 57b10ae2e2fb
parent 35 0f40d68e7618
child 133 9578d3ddce17
permissions -rw-r--r--
Added tag V00.12 for changeset 3d7b0ecba1fa

<?php

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

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

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