diff --git a/src/_constants/config.js b/src/_constants/config.js index af374ab..1b208be 100644 --- a/src/_constants/config.js +++ b/src/_constants/config.js @@ -8,11 +8,11 @@ export const configConstants = { SCOPE_LOGIN_GOOGLE: "https://www.googleapis.com/auth/user.gender.read", APP_ID_FACEBOOK: "660393674829980", // BASE_URL: "http://45.119.84.189:10809/", - BASE_URL: "https://dev.daisu.sundayenglish.com/", - EXCERCISE_URL: "https://exercise.dev.sundayenglish.com/", + BASE_URL: "https://agent.sundayenglish.com/", + EXCERCISE_URL: "https://exercise.sundayenglish.com/", // API_URL_SETEST: "http://45.119.84.189:10809/api", - API_URL_SETEST: "https://dev.daisu.sundayenglish.com/api", - AUTH_URL: "https://oauth2.dev.sundayenglish.com/", + API_URL_SETEST: "https://agent.sundayenglish.com/api", + AUTH_URL: "https://oauth2.sundayenglish.com/", API_TIMEOUT: "60000", LOGIN_VIA_GOOLE: "GOOGLE", LOGIN_VIA_FACEBOOK: "FACEBOOK",