Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
(PC-11637) Remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lixxday committed Nov 3, 2021
1 parent cee9632 commit 4127e75
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion .env.testauto
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ SUPPORT_EMAIL_ADDRESS=support@example.com
WALLET_BALANCES_RECIPIENTS=accounting@example.com
WEBAPP_URL=https://webapp.example.com
WEBAPP_V2_URL=https://webapp-v2.example.com
WHITELISTED_INE_HASHES="5ba682c0fc6a05edf07cd8ed0219258f"
2 changes: 0 additions & 2 deletions helm/pcapi/values.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,6 @@ secrets:
version: 1
- name: USER_PROFILING_API_KEY
version: 1
- name: WHITELISTED_INE_HASHES
version: 1
- name: APPS_FLYER_ANDROID_API_KEY
version: 1
- name: APPS_FLYER_IOS_API_KEY
Expand Down
2 changes: 0 additions & 2 deletions helm/pcapi/values.perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,5 @@ secrets:
version: 1
- name: WHITELISTED_EMAIL_RECIPIENTS
version: 1
- name: WHITELISTED_INE_HASHES
version: 1
- name: WHITELISTED_SMS_RECIPIENTS
version: 1
2 changes: 0 additions & 2 deletions helm/pcapi/values.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,5 +608,3 @@ secrets:
version: 1
- name: WALLET_BALANCES_RECIPIENTS
version: 2
- name: WHITELISTED_INE_HASHES
version: 1
2 changes: 0 additions & 2 deletions helm/pcapi/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,6 @@ secrets:
version: 2
- name: WHITELISTED_EMAIL_RECIPIENTS
version: 3
- name: WHITELISTED_INE_HASHES
version: 1
- name: WHITELISTED_SMS_RECIPIENTS
version: 2
- name: REPORT_OFFER_EMAIL_ADDRESS
Expand Down
3 changes: 0 additions & 3 deletions helm/pcapi/values.testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ uploadIdentityDocument:
- backend.passculture-testing.beta.gouv.fr
- backend.testing.passculture.team


# Deployment for all cloud tasks
cloudTasks:
enabled: true
Expand Down Expand Up @@ -569,8 +568,6 @@ secrets:
version: 2
- name: WHITELISTED_EMAIL_RECIPIENTS
version: 1
- name: WHITELISTED_INE_HASHES
version: 1
- name: WHITELISTED_SMS_RECIPIENTS
version: 3
- name: REPORT_OFFER_EMAIL_ADDRESS
Expand Down
1 change: 0 additions & 1 deletion src/pcapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,3 @@
) # must match the url specified in the metadata file provided to educonnect
EDUCONNECT_SP_CERTIFICATE = os.environ.get("EDUCONNECT_SP_CERTIFICATE", PUBLIC_CERTIFICATE_EXAMPLE)
EDUCONNECT_SP_PRIVATE_KEY = os.environ.get("EDUCONNECT_SP_PRIVATE_KEY", PRIVATE_KEY_EXAMPLE)
WHITELISTED_INE_HASHES = utils.parse_str_to_list(os.environ.get("WHITELISTED_INE_HASHES"))

0 comments on commit 4127e75

Please sign in to comment.