export const isDebugMode = false //base url test //const baseUrl="https://ilink-app.com/mobilebackendbeta" //base url production //const baseUrl = "https://ilink-app.com/mobilebackend" //base url agent //const baseUrl="https://ilink-app.com/mobilebackendtest2" //base url agent test const baseUrl = "https://ilink-app.com/mobilebackendtest" 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"