Skip to content

Commit

Permalink
refactor: reduce size of environment variables in vercel (#2)
Browse files Browse the repository at this point in the history
Add prefix/postfix
  • Loading branch information
aahna-ashina committed Jun 20, 2022
1 parent 363597d commit 27695d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/.env.local.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GOOGLE_WALLET_ISSUER_ID=
GOOGLE_WALLET_CLASS_ID=
GOOGLE_WALLET_USER_ID=

APPLE_CERTIFICATE_PEM=-----BEGIN CERTIFICATE-----***-----END CERTIFICATE-----
APPLE_CERTIFICATE_KEY=-----BEGIN RSA PRIVATE KEY-----***-----END RSA PRIVATE KEY-----
APPLE_CERTIFICATE_PEM=-----BEGIN CERTIFICATE-----M***==-----END CERTIFICATE-----
APPLE_CERTIFICATE_KEY=-----BEGIN RSA PRIVATE KEY-----M***=-----END RSA PRIVATE KEY-----

INFURA_ENDPOINT=

0 comments on commit 27695d7

Please sign in to comment.