ComunicWeb/corePage/config/global.config.php
2017-01-04 19:14:27 +01:00

17 lines
354 B
PHP

<?php
/**
* Project main config page
*
* @author Pierre HUBERT
*/
//Site mode (could be dev or prod)
$config['siteMode'] = "dev";
//Site URL
$config['siteURL'] = "http://devweb.local/comunic/v2/";
//API config
$config['API_URL'] = "http://devweb.local/comunic/current/api.php/";
$config['API_SERVICE_NAME'] = "";
$config['API_SERVICE_TOKEN'] = "";