2020-03-12 15:14:51 +00:00
|
|
|
export const isDebugMode = false
|
2019-06-16 13:09:54 +00:00
|
|
|
//base url test
|
2020-04-06 09:02:03 +00:00
|
|
|
//const baseUrl = "https://ilink-app.com/mobilebackendbeta"
|
2019-06-16 13:09:54 +00:00
|
|
|
//base url production
|
2020-03-20 18:28:22 +00:00
|
|
|
const baseUrl = "https://ilink-app.com/mobilebackend"
|
2019-06-16 13:09:54 +00:00
|
|
|
|
|
|
|
//base url agent
|
2020-03-29 08:23:08 +00:00
|
|
|
//const baseUrl = "https://ilink-app.com/mobilebackendtest2"
|
2019-06-16 13:09:54 +00:00
|
|
|
|
|
|
|
//base url agent test
|
2020-03-20 18:28:22 +00:00
|
|
|
//const baseUrl = "https://ilink-app.com/mobilebackendtest"
|
2020-03-29 08:23:08 +00:00
|
|
|
//
|
2020-03-12 15:14:51 +00:00
|
|
|
export const adhesionUrl = baseUrl + '/interacted/LoginAction.php';
|
|
|
|
export const memberActionUrl = baseUrl + '/interacted/MembersAction.php';
|
|
|
|
export const networkActionUrl = baseUrl + '/interacted/NetworkAction.php';
|
|
|
|
export const locationActionUrl = baseUrl + '/interacted/LocationAction.php';
|
|
|
|
export const demandeActionUrl = baseUrl + '/interacted/DemandeAction.php';
|
|
|
|
export const configActionUrl = baseUrl + '/interacted/ConfigAction.php'
|
|
|
|
export const videoUrl = "https://www.youtube.com/watch?v=wwGPDPsSLWY"
|
|
|
|
export const MARKER_URL = baseUrl + "/interacted/LocationAction.php"
|