template_0205
This commit is contained in:
16
RN_TEMPLATE/app/config/config.prod.ts
Normal file
16
RN_TEMPLATE/app/config/config.prod.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* These are configuration settings for the production 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",
|
||||
}
|
||||
Reference in New Issue
Block a user