@ -1,3 +1,3 @@
SKIP_PREFLIGHT_CHECK=true
REACT_APP_BASE_URL=http://203.161.61.234:8082
REACT_APP_ORIGIN_URL=http://162.254.37.253:8086
REACT_APP_BASE_URL=https://matontrading.com
REACT_APP_ORIGIN_URL=https://matontrading.com
@ -22,7 +22,7 @@ export const getOriginUrl = () => {
const config: AxiosConfig = {
// baseURL: process.env.REACT_APP_BASE_URL,
baseURL: getBaseUrl(),
timeout: 60 * 1000,
timeout: 60 * 10 * 1000,
headers: {
'Content-Type': 'application/json'
}