Skip to content

Commit

Permalink
Added .env.test file
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrei committed Jan 7, 2018
1 parent bfb2a8b commit 2265640
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export AK_API_URL="https://act.sumofus.org/rest/v1"
export MEMBER_SERVICES_SECRET='member-services-secret'
# The next var is loaded via CircleCI env vars since it's sensible info
# idea: try to configure replayer to match the requests without this variable
# export BRAINTREE_MERCHANT_ID=""
export BRAINTREE_PUBLIC_KEY='public-key'
export BRAINTREE_PRIVATE_KEY='private-key'
export BRAINTREE_ENV=Sandbox
export VCR_MODE=playback
export CHAMPAIGN_URL='https://action-staging.sumofus.org'
export UNSUBSCRIBE_PAGE_NAME=unsubscribe

0 comments on commit 2265640

Please sign in to comment.