Skip to content

Commit

Permalink
Update .env.example - remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 21, 2023
1 parent f70b58a commit 1cdd302
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ PORT=<port number>

REACT_APP_ENVIRONMENT=<STAGING | PRODUCTION>

REACT_APP_PAYPAL_CLIENT_ID_STAGING="sb" # recommended in sandbox mode, see https://developer.paypal.com/sdk/js/configuration/#link-clientid
REACT_APP_PAYPAL_CLIENT_ID_PRODUCTION="find in PayPal Dashboard"
# recommended in sandbox mode, see https://developer.paypal.com/sdk/js/configuration/#link-clientid
REACT_APP_PAYPAL_CLIENT_ID_STAGING=sb
REACT_APP_PAYPAL_CLIENT_ID_PRODUCTION=find_in_PayPal_Dashboard

0 comments on commit 1cdd302

Please sign in to comment.