mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Use different .env files for staging and production (#332)
* Add different env files to gitignore; update react-native-config * Set different staging and production .env files in Android * Add different envfiles to podfile * Use podfile to check for .env.production and .env.staging files * Update README * Point production to .env instead of .env.production
This commit is contained in:
committed by
GitHub
parent
705152a9ca
commit
236904e0a1
2
.gitignore
vendored
2
.gitignore
vendored
@@ -60,7 +60,7 @@ buck-out/
|
||||
/coverage/
|
||||
|
||||
# Secrets file
|
||||
.env
|
||||
.env*
|
||||
|
||||
# Fastlane files
|
||||
*.zip
|
||||
|
||||
Reference in New Issue
Block a user