Skip to content

Commit

Permalink
add public stripe keys for production
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Jul 5, 2024
1 parent 64be387 commit 872ee5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ FIREBASE_PROJECT_ID = 'dstreet-305604'
FIREBASE_STORAGE_BUCKET = 'dstreet-305604.appspot.com'
FIREBASE_MESSAGING_SENDER_ID = '568813074454'
FIREBASE_APP_ID = '1:568813074454:web:41ec82e30413603c771d37'
FIREBASE_MEASUREMENT_ID = 'G-T65XPDLZ3F'
FIREBASE_MEASUREMENT_ID = 'G-T65XPDLZ3F'
STRIPE_PUBLISHABLE_KEY = "pk_live_5O2Fz0jVYHikfGupJonnLndB"
STRIPE_PRICE_ID = "price_1PO4nIA638v2qJqBN4DFLOHV"

0 comments on commit 872ee5c

Please sign in to comment.