File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/influxdb3/enterprise/admin/tokens/resource
layouts/shortcodes/influxdb3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ token string in plain text.
514
514
515
515
The ` influxdb3 create token ` command supports the ` --format json ` option.
516
516
By default, the command outputs the token string.
517
- For easier programmatic access to the command output, include ` --format json `
517
+ For easier programmatic access to the command output, include ` --format json `
518
518
with your command to format the output as JSON.
519
519
520
520
The ` /api/v3/configure/token ` endpoint outputs JSON format in the response body.
Original file line number Diff line number Diff line change 3
3
{{- $limit := .Get 0 | default "database" -}}
4
4
{{- $modifier := .Get 1 | default 0 -}}
5
5
{{- $coreLimits := dict "database" 5 "table" 2000 "column" 500 -}}
6
- {{- $enterpriseLimits := dict "database" 100 "table" 4000 "column" 500 -}}
6
+ {{- $enterpriseLimits := dict "database" 100 "table" 10000 "column" 500 -}}
7
7
{{- $productLimits := cond (eq $product "core") $coreLimits $enterpriseLimits -}}
8
8
{{ add (index $productLimits $limit) $modifier }}
You can’t perform that action at this time.
0 commit comments