Where to put the stripe credentials? #762
Answered
by
joemasilotti
afrieirham
asked this question in
Q&A
-
Hi everyone, I'm trying to run the project locally but got stuck in Stripe setup, I'm not sure where to put the credentials mentioned here. I tried placing it in Also, I'm very new to ruby, never have done this before. 👶🏻 |
Beta Was this translation helpful? Give feedback.
Answered by
joemasilotti
Jan 30, 2023
Replies: 1 comment 1 reply
-
Decrypt the development credentials with:
That should open your editor to a plaintext file with all of the local secrets. Add your Stripe keys as the docs mention: stripe:
private_key: XXX
reporting_key: XXX
price_ids:
foo: XXX
bar: XXX |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
joemasilotti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Decrypt the development credentials with:
That should open your editor to a plaintext file with all of the local secrets. Add your Stripe keys as the docs mention: