minh android 1 year ago
parent cb2066aa92
commit 11e3f9b596
  1. 8
      src/_constants/config.js

@ -8,11 +8,11 @@ export const configConstants = {
SCOPE_LOGIN_GOOGLE: "https://www.googleapis.com/auth/user.gender.read", SCOPE_LOGIN_GOOGLE: "https://www.googleapis.com/auth/user.gender.read",
APP_ID_FACEBOOK: "660393674829980", APP_ID_FACEBOOK: "660393674829980",
// BASE_URL: "http://45.119.84.189:10809/", // BASE_URL: "http://45.119.84.189:10809/",
BASE_URL: "https://dev.daisu.sundayenglish.com/", BASE_URL: "https://agent.sundayenglish.com/",
EXCERCISE_URL: "https://exercise.dev.sundayenglish.com/", EXCERCISE_URL: "https://exercise.sundayenglish.com/",
// API_URL_SETEST: "http://45.119.84.189:10809/api", // API_URL_SETEST: "http://45.119.84.189:10809/api",
API_URL_SETEST: "https://dev.daisu.sundayenglish.com/api", API_URL_SETEST: "https://agent.sundayenglish.com/api",
AUTH_URL: "https://oauth2.dev.sundayenglish.com/", AUTH_URL: "https://oauth2.sundayenglish.com/",
API_TIMEOUT: "60000", API_TIMEOUT: "60000",
LOGIN_VIA_GOOLE: "GOOGLE", LOGIN_VIA_GOOLE: "GOOGLE",
LOGIN_VIA_FACEBOOK: "FACEBOOK", LOGIN_VIA_FACEBOOK: "FACEBOOK",

Loading…
Cancel
Save