web/config.php.tmpl
author Raphael Velt <raph.velt@gmail.com>
Thu, 23 Aug 2012 15:16:26 +0200
changeset 683 cd315f8c70e8
parent 234 23a375bc42fb
child 988 954019f62866
permissions -rw-r--r--
Put Platform URL in common.php. This allows me to access projects on local computer.

<?php

/**
 * Please edit all for your application registration / other details
 * The URL_ROOT must finish with a "/"
 */

//define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');

$C_default_registry = 'cdn';

$ldt_platform = 'http://ldt.iri.centrepompidou.fr/';