22 lines
1.0 KiB
JavaScript
22 lines
1.0 KiB
JavaScript
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 videoUrl = "https://www.youtube.com/watch?v=wwGPDPsSLWY"
|
|
export const MARKER_URL = baseUrl + "/interacted/LocationAction.php"
|