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";
|
2020-05-19 07:57:56 +00:00
|
|
|
//export const baseUrl = "http://test.ilink-app.com:8080/mobilebackendtest";
|
2020-03-29 08:23:08 +00:00
|
|
|
//const baseUrl = "https://ilink-app.com/mobilebackendtest2"
|
2020-05-19 07:57:56 +00:00
|
|
|
/*
|
|
|
|
export const baseUrl = "http://test.ilink-app.com:8080/mobilebackend";
|
|
|
|
export const testBaseUrl = "https://test.ilink-app.com"; */
|
|
|
|
|
|
|
|
export const baseUrl = "https://preprod.ilink-app.com:8080/mobilebackend";
|
|
|
|
export const testBaseUrl = "https://preprod.ilink-app.com";
|
2019-06-16 13:09:54 +00:00
|
|
|
|
|
|
|
//base url agent test
|
2020-05-19 07:57:56 +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';
|
2020-05-19 07:57:56 +00:00
|
|
|
|
2020-04-18 19:59:05 +00:00
|
|
|
export const walletActionUrl = testBaseUrl + '/walletService/wallets';
|
2020-05-06 11:04:26 +00:00
|
|
|
export const walletDetailUrl = testBaseUrl + '/walletService/wallets';
|
2020-05-01 22:36:24 +00:00
|
|
|
export const creditTreatDemand = testBaseUrl + '/walletService/credits/treatDemand';
|
|
|
|
export const creditCancelDemand = testBaseUrl + '/walletService/credits/cancelDemand';
|
2020-05-03 09:16:24 +00:00
|
|
|
export const commissionAmount = testBaseUrl + '/walletService/transactions/commission';
|
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
|
|
|
};
|