mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-20 06:53:56 -04:00
13 lines
426 B
Plaintext
13 lines
426 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
|