First commit

This commit is contained in:
Pierre
2017-01-04 19:14:27 +01:00
parent 665fbbbb6a
commit d8e5c85b58
3051 changed files with 441706 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?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'] = "";