/** * 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", }