mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Moved API connexion configuration
This commit is contained in:
@ -7,6 +7,13 @@
|
||||
|
||||
class Build {
|
||||
|
||||
/**
|
||||
* API access and credentials
|
||||
*/
|
||||
const API_URL = "http://devweb.local/comunic/api/";
|
||||
const API_SERVICE_NAME = "ComunicWeb";
|
||||
const API_SERVICE_TOKEN = "12XU67pJUlnNQ";
|
||||
|
||||
/**
|
||||
* Site URL
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -12,11 +12,4 @@ class Config {
|
||||
*/
|
||||
const VERSION = "0.1.1";
|
||||
|
||||
/**
|
||||
* API access and credentials
|
||||
*/
|
||||
const API_URL = "http://devweb.local/comunic/api/";
|
||||
const API_SERVICE_NAME = "ComunicWeb";
|
||||
const API_SERVICE_TOKEN = "12XU67pJUlnNQ";
|
||||
|
||||
}
|
Reference in New Issue
Block a user