-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |