Skip to content

Commit

Permalink
env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hhartwell committed Jan 11, 2024
1 parent 36615d1 commit a780bbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ class TestExceptionsViewSet(APIView):
| `upload_file <source> <destination>` | uses `django-storages` settings to upload a file |
### djstripe
#### env vars
```bash
STRIPE_PUBLIC_KEY=sk_test_...
STRIPE_PRIVATE_KEY=pk_test_...
```
#### Create and charge a payment intent
```py
Expand Down

0 comments on commit a780bbb

Please sign in to comment.