Compare commits

..

3 Commits
master ... uat

  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://service.sundayenglish.com/", BASE_URL: "https://service.dev.sundayenglish.com/",
EXCERCISE_URL: "https://exercise.sundayenglish.com/", EXCERCISE_URL: "https://exercise.dev.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://service.sundayenglish.com/api", API_URL_SETEST: "https://service.dev.sundayenglish.com/api",
AUTH_URL: "https://oauth2.sundayenglish.com/", AUTH_URL: "https://oauth2.dev.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