10 lines
438 B
JavaScript
10 lines
438 B
JavaScript
export default {
|
|
API_BASE_URL_PROD: 'https://app.csasset.co.th/mobile',
|
|
// API_BASE_URL_POWER_CONDO_DEV: 'https://power-condo.testsiteth.xyz',
|
|
API_BASE_URL_POWER_CONDO_DEV: 'http://54.255.251.43',
|
|
API_BASE_URL_POWER_CONDO_PROD: 'https://powercondo.charoensinasset.co.th',
|
|
WEB_BASE_URL_PROD: 'https://app.csasset.co.th',
|
|
API_BASE_URL_DEV: 'https://csa-test.bda.co.th/mobile',
|
|
WEB_BASE_URL_DEV: 'https://csa-test.bda.co.th'
|
|
}
|