Skip to content

Commit

Permalink
chore(docs): add default team id to config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev committed Jul 11, 2023
1 parent 73c961d commit 6ce9012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $ vault write vercel-secrets/config api_key=<your-api-key-here>
Optional parameters are:

- `max_ttl=<seconds>`: Maximum TTL for the tokens generated by the plugin. TTLs can be defined on a per-token basis, but they will need to be lower than or equal to the maximum. Default is 10 minutes.
- `default_team_id=<vercel-team-id>`: If set, all generated tokens will be scoped to this Vercel team only. Token creation requests cannot override this value.

## Generate tokens

Expand Down

0 comments on commit 6ce9012

Please sign in to comment.