mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
30 lines
972 B
Plaintext
30 lines
972 B
Plaintext
# Base URL for the iNat API
|
|
API_URL=https://api.inaturalist.org/v2
|
|
|
|
# Base URL for the iNat API used for OAUTH
|
|
OAUTH_API_URL=https://www.inaturalist.org
|
|
|
|
# Javascript Web Token for anonymous access to protected iNat API endpoints
|
|
JWT_ANONYMOUS_API_SECRET=some-secret
|
|
|
|
# iNaturalist OAuth client credentials (https://www.inaturalist.org/oauth/applications)
|
|
OAUTH_CLIENT_ID=your-client-id
|
|
OAUTH_CLIENT_SECRET=your-client-secret
|
|
|
|
# Credentials to log in a user for e2e testing
|
|
E2E_TEST_USERNAME=test-username
|
|
E2E_TEST_PASSWORD=test-password
|
|
|
|
GMAPS_API_KEY=some-key
|
|
|
|
# Model file names for Android and iOS
|
|
ANDROID_MODEL_FILE_NAME=small_inception_tf1.tflite
|
|
ANDROID_TAXONOMY_FILE_NAME=small_export_tax.csv
|
|
IOS_MODEL_FILE_NAME=small_inception_tf1.mlmodel
|
|
IOS_TAXONOMY_FILE_NAME=small_export_tax.json
|
|
|
|
# Fastlane
|
|
IOS_PROVISIONING_PROFILE_NAME="provisioning profile name"
|
|
IOS_SHARE_BUNDLE_ID="share bundle ID"
|
|
IOS_SHARE_PROVISIONING_PROFILE_NAME="share provisioning profile name"
|