Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
rolled keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks authored May 19, 2020
1 parent 6d7eae3 commit 3ada397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
# Check if we are running the dev server
if os.environ.get('SERVER_SOFTWARE','').startswith('Development'):
LOCAL = True
stripe_api_key = "sk_test_RL004upcEo38AaDKIefMGhKF"
stripe_api_key = "sk_test_revoked"
stripe_public_key = "pk_test_prdjLqGi2IsaxLrFHQM9F7X4"
elif os.environ['CURRENT_VERSION_ID'] == "dev":
LOCAL = False
stripe_api_key = "sk_test_RL004upcEo38AaDKIefMGhKF"
stripe_api_key = "sk_test_revoked"
stripe_public_key = "pk_test_prdjLqGi2IsaxLrFHQM9F7X4"
else:
LOCAL = False
stripe_api_key = "sk_live_e1fBcKwSV6TfDrMqmCQBMWTP"
stripe_api_key = "sk_live_revoked"
stripe_public_key = "pk_live_5CZcduRr07BZPG2A5OAhisW9"


Expand Down

0 comments on commit 3ada397

Please sign in to comment.