Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Dec 27, 2024
1 parent 86b1866 commit 76b87d9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ This connector is built using the [HTTP Connector](https://github.com/hasura/ndc

## Environment Variables

| Name | Description | Default Value |
| ------------------------ | --------------------------------------------- | ---------------------- |
| STRIPE_SERVER_URL | The base server URL of Stripe API | https://api.stripe.com |
| STRIPE_BASIC_AUTH_TOKEN | Basic authentication token | |
| STRIPE_BEARER_AUTH_TOKEN | Bearer authentication token | |
| STRIPE_TIMEOUT | Default request timeout in seconds | 30 |
| STRIPE_RETRY_TIMES | Number of retry times | 0 |
| STRIPE_RETRY_DELAY | Delay time between each retry in milliseconds | 1000 |
| Name | Description | Default Value |
| -------------------------- | ------------------------------------------------------------------------------ | ---------------------- |
| STRIPE_SERVER_URL | The base server URL of Stripe API | https://api.stripe.com |
| STRIPE_BEARER_AUTH_TOKEN | Bearer authentication token | |
| STRIPE_BASIC_AUTH_USERNAME | Basic authentication username. Required if `STRIPE_BASIC_AUTH_PASSWORD` is set | |
| STRIPE_BASIC_AUTH_PASSWORD | Basic authentication password. Required if `STRIPE_BASIC_AUTH_USERNAME` is set | |
| STRIPE_TIMEOUT | Default request timeout in seconds | 30 |
| STRIPE_RETRY_TIMES | Number of retry times | 0 |
| STRIPE_RETRY_DELAY | Delay time between each retry in milliseconds | 1000 |

## Development

Expand Down

0 comments on commit 76b87d9

Please sign in to comment.