Skip to content

Commit

Permalink
Merge pull request #226 from CovidShield/cp/686/consume-new-endpoint
Browse files Browse the repository at this point in the history
Remove env production to prevent confusion
  • Loading branch information
henrytao-me authored Aug 28, 2020
2 parents d7bab27 + f9c766f commit f27957f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SUBMIT_URL=https://submission.covidshield.app
RETRIEVE_URL=https://retrieval.covidshield.app
HMAC_KEY=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
REGION=302
MCC_CODE=302;
TRANSMISSION_RISK_LEVEL=2
MINIMUM_FETCH_INTERVAL=15

Expand Down
14 changes: 0 additions & 14 deletions .env.production

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ fastlane/report.xml
ios/GoogleService-Info.plist
ios/Generated.xcconfig
android/app/google-services.json
.env.local

# Translations
src/locale/translations/index.js
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: "kotlin-android"
apply plugin: "kotlin-android-extensions"

project.ext.envConfigFiles = [
debug : ".env",
release: ".env.production"
debug : ".env",
release: ".env"
]
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"

Expand Down

1 comment on commit f27957f

@999-mc
Copy link

@999-mc 999-mc commented on f27957f Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to become a hacker. Is there any ###

help?****

Please sign in to comment.