From fde0cdf9b3627053dc5f351a145240ad9b1b4fba Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Tue, 30 Jan 2024 13:21:18 -0500 Subject: [PATCH] A doc fix to address issue #2, just to make things a bit more clear --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 308602a..977a1a2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,16 @@ You can either run each line above within your terminal session before starting the app, or you can add the above contents to your `~/.bashrc` file and then run `source ~/.bashrc` after saving the file. +A `STRIPE_PUBLISHABLE_KEY` looks like `pk_test_51O...kN` (if you're running in the test environment) and can be found at https://dashboard.stripe.com/test/apikeys, as can the `STRIPE_SECRET_KEY`. Just click the button to reveal the secret key. + +The `STRIPE_PLAN_ID` can be found at https://dashboard.stripe.com/subscriptions/products/ Choose a product to use. There are a lot of IDs on that page, but the one at the top-right, `prod_PTH...k4` is the one you want. + +The `KEYGEN_PRODUCT_TOKEN` can be found at https://app.keygen.sh/products then click on the product. The token will be a UUI of the form `5X3XY89X-1234-4XYX-1234-8925XY07YZ7X`. + +The `KEYGEN_ACCOUNT_ID` is at https://app.keygen.sh/settings. + +The `KEYGEN_POLICY_ID` is found at https://app.keygen.sh/policies. + Next, install dependencies with [`yarn`](https://yarnpkg.comg): ``` yarn