export const isDebugMode = false //base url test //const baseUrl = "https://ilink-app.com/mobilebackendbeta" //base url production export const baseUrl = "https://ilink-app.com/mobilebackend"; export const testBaseUrl = "https://test.ilink-app.com"; //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 walletActionUrl = testBaseUrl + '/walletService/wallets'; export const transactionUrl = testBaseUrl + '/walletService/transactions'; export const authKeyUrl = testBaseUrl + '/oauth/token'; export const videoUrl = "https://www.youtube.com/watch?v=wwGPDPsSLWY"; export const MARKER_URL = baseUrl + "/interacted/LocationAction.php"; export const authKeyData = { "grant_type": "password", "client_id": "2", "client_secret": "rrbvxACJPBOG4cqjDNlstSljlmjydLon3P55JMav", };