Skip to content

Commit

Permalink
Remove Rapyd env/constants
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Sep 4, 2024
1 parent 487b855 commit a36606a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ services:
args:
PORT: ${WALLET_FRONTEND_PORT}
COOKIE_NAME: ${WALLET_BACKEND_COOKIE_NAME}
NEXT_PUBLIC_USE_TEST_KYC_DATA: ${WALLET_FRONTEND_USE_TEST_KYC_DATA}
NEXT_PUBLIC_BACKEND_URL: ${WALLET_FRONTEND_BACKEND_URL}
NEXT_PUBLIC_OPEN_PAYMENTS_HOST: ${WALLET_FRONTEND_OPEN_PAYMENTS_HOST}
NEXT_PUBLIC_AUTH_HOST: ${WALLET_FRONTEND_AUTH_HOST}
Expand Down
7 changes: 0 additions & 7 deletions packages/wallet/frontend/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/**
* Default values for countries and documents
*/
export const USE_TEST_DATA_KYC =
process.env.NEXT_PUBLIC_USE_TEST_KYC_DATA === 'true'
export const ACCEPTED_IMAGE_TYPES = ['image/jpeg', 'image/png']

export const OPEN_PAYMENTS_HOST = process.env.NEXT_PUBLIC_OPEN_PAYMENTS_HOST

/**
Expand Down

0 comments on commit a36606a

Please sign in to comment.