mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
First commit
This commit is contained in:
17
corePage/config/global.config.php
Normal file
17
corePage/config/global.config.php
Normal 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'] = "";
|
Reference in New Issue
Block a user