Skip to content

Commit 6347eb5

Browse files
authored
Merge pull request #1 from davidgs/fix-issue-2
A doc fix to address issue keygen-sh#2, just to make things a bit more clear
2 parents a96287b + fde0cdf commit 6347eb5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ You can either run each line above within your terminal session before
3838
starting the app, or you can add the above contents to your `~/.bashrc`
3939
file and then run `source ~/.bashrc` after saving the file.
4040

41+
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.
42+
43+
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.
44+
45+
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`.
46+
47+
The `KEYGEN_ACCOUNT_ID` is at https://app.keygen.sh/settings.
48+
49+
The `KEYGEN_POLICY_ID` is found at https://app.keygen.sh/policies.
50+
4151
Next, install dependencies with [`yarn`](https://yarnpkg.comg):
4252
```
4353
yarn

0 commit comments

Comments
 (0)