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-29 09:45:44 +00:00
|
|
|
//export const baseUrl = "https://ilink-app.com/mobilebackendbeta"
|
2019-06-16 13:09:54 +00:00
|
|
|
//base url production
|
2020-04-28 09:22:36 +00:00
|
|
|
//export const baseUrl = "https://ilink-app.com/mobilebackend";
|
|
|
|
//export const baseUrl = "https://test.ilink-app.com/mobilebackendtest";
|
|
|
|
export const baseUrl = "http://test.ilink-app.com:8080/mobilebackendtest";
|
2020-04-17 22:03:04 +00:00
|
|
|
export const testBaseUrl = "https://test.ilink-app.com";
|
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-04-24 15:11: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';
|
2020-04-18 19:59:05 +00:00
|
|
|
export const configActionUrl = baseUrl + '/interacted/ConfigAction.php';
|
|
|
|
export const walletActionUrl = testBaseUrl + '/walletService/wallets';
|
2020-04-24 15:11:08 +00:00
|
|
|
export const transactionUrl = testBaseUrl + '/walletService/transactions';
|
2020-04-28 09:22:36 +00:00
|
|
|
export const transferCommission = testBaseUrl + '/walletService/virement';
|
2020-04-18 19:59:05 +00:00
|
|
|
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 = {
|
2020-04-20 10:43:01 +00:00
|
|
|
"grant_type": "password",
|
|
|
|
"client_id": "2",
|
|
|
|
"client_secret": "rrbvxACJPBOG4cqjDNlstSljlmjydLon3P55JMav",
|
2020-04-18 19:59:05 +00:00
|
|
|
};
|