Browse Source

commit

main
mac 1 month ago
parent
commit
f7d8f5ebb5
  1. 4
      .env
  2. 2
      src/utils/axios.ts

4
.env

@ -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

2
src/utils/axios.ts

@ -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'
}

Loading…
Cancel
Save