Moved API connexion configuration

This commit is contained in:
Pierre
2018-04-29 21:04:30 +02:00
parent 3221cf2732
commit 8740c2128a
4 changed files with 17 additions and 10 deletions

View File

@ -7,6 +7,13 @@
class Dev {
/**
* API access and credentials
*/
const API_URL = "http://devweb.local/comunic/api/";
const API_SERVICE_NAME = "ComunicWeb";
const API_SERVICE_TOKEN = "12XU67pJUlnNQ";
/**
* Site URL
*/