export const BASE_URL_STATS = 'http://192.168.104.25:7015/stats-biz';
export const BASE_URL_OUTREACH = 'http://192.168.104.25:7013/outrach-buz';
export const BASE_URL_PRO = 'http://192.168.104.25:7020/pro';
export const BASE_URL_MEASURE = 'http://35.238.150.172:7004/measure';
export const BASE_URL_PRACTICE = 'http://35.238.150.172:7001/practice';
export const BASE_URL_PROVIDER = 'http://35.238.150.172:7002/provider';
export const BASE_URL_PATIENT = 'http://35.238.150.172:7006/patient';
export const BASE_URL_LOCATION = 'http://35.238.150.172:7003/location'; |