Files
RN_Template/RN_TEMPLATE/app/config/config.dev.ts

17 lines
676 B
TypeScript
Raw Normal View History

2026-02-05 13:16:05 +08:00
/**
* These are configuration settings for the dev environment.
*
* Do not include API secrets in this file or anywhere in your JS.
*
* https://reactnative.dev/docs/security#storing-sensitive-info
*/
export default {
API_URL: "https://api.rss2json.com/v1/",
AUTH_API_URL: "https://auth.upay01.com",
// Google Sign-In Client IDs from Google Cloud Console
GOOGLE_WEB_CLIENT_ID: "500211604129-4c5ij6e87jhlitoaclf8gfkco8ca6t9k.apps.googleusercontent.com",
GOOGLE_IOS_CLIENT_ID: "500211604129-uiln0fhiaj05jjg256oahkdcucpi6cqb.apps.googleusercontent.com",
GOOGLE_ANDROID_CLIENT_ID:
"500211604129-f5rsg6e1bi7300i0goii8ckl9ld5jk3r.apps.googleusercontent.com",
}