Skip to content

Commit

Permalink
Update .env.sample for automated testing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mescalantea committed Feb 7, 2025
1 parent 6b035fe commit 7b94bc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,13 @@ M2_COMPOSER_REPO_KEY=
M2_COMPOSER_REPO_SECRET=

# SeQura configuration
SQ_MERCHANT_REF=dummy
SQ_USER_NAME=dummy
SQ_MERCHANT_REF=dummy_automated_tests
SQ_USER_NAME=dummy_automated_tests
SQ_USER_SECRET=ZqbjrN6bhPYVIyram3wcuQgHUmP1C4
SQ_ASSETS_KEY=ADc3ZdOLh4
SQ_ENDPOINT=https://sandbox.sequrapi.com/orders
SQ_USER_SERVICES_NAME=dummy_services_automated_tests
SQ_USER_SERVICES_SECRET=FPsS9zXIbcsEDYmn5sz2KEPrTlYiWO

# Set with the ngrok authtoken (get it from https://dashboard.ngrok.com/)
NGROK_AUTHTOKEN=
Expand Down

0 comments on commit 7b94bc6

Please sign in to comment.