2
0

📝 Remove old stripe env var

This commit is contained in:
Baptiste Arnaud
2023-07-25 09:09:13 +02:00
parent c8bc659941
commit b17177f35f

View File

@@ -114,7 +114,7 @@ The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/callback/azure-
## Custom OAuth Provider (Auth)
| Parameter | Default | Description |
| ---------------------------- | ------------ | --------------------------------------------------------------------------------------- |
| ---------------------------- | -------------------- | --------------------------------------------------------------------------------------- |
| CUSTOM_OAUTH_NAME | Custom OAuth | Provider name. Will be displayed in the sign in form. |
| CUSTOM_OAUTH_CLIENT_ID | | OAuth client ID. |
| CUSTOM_OAUTH_CLIENT_SECRET | | OAuth client secret. |
@@ -220,7 +220,6 @@ The related environment variables are listed here but you are probably not inter
| STRIPE_STARTER_STORAGE_YEARLY_PRICE_ID | | Starter Additional storage yearly price id |
| STRIPE_PRO_STORAGE_MONTHLY_PRICE_ID | | Pro Additional storage monthly price id |
| STRIPE_PRO_STORAGE_YEARLY_PRICE_ID | | Pro Additional storage yearly price id |
| STRIPE_ADDITIONAL_STORAGE_PRICE_ID | | Additional storage price id |
| STRIPE_WEBHOOK_SECRET | | Stripe Webhook secret |
</p></details>