Skip to content

Commit

Permalink
reorder a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Nov 3, 2022
1 parent a7b4190 commit b359f71
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions command-line-flags-for-tidb-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ When you start the TiDB cluster, you can use command-line options or environment
- Specifies the `Access-Control-Allow-Origin` value for Cross-Origin Request Sharing (CORS) request of the TiDB HTTP status service
- Default: `""`

## `--enable-binlog`

+ Enables or disables TiDB binlog generation
+ Default: `false`

## `--host`

- The host address that the TiDB server monitors
Expand All @@ -44,19 +49,14 @@ When you start the TiDB cluster, you can use command-line options or environment

## `--initialize-insecure`

- Bootstrap tidb-server in insecure mode
- Bootstraps tidb-server in insecure mode
- Default: `true`

## `--initialize-secure`

- Bootstrap tidb-server in secure mode
- Bootstraps tidb-server in secure mode
- Default: `false`

## `--enable-binlog`

+ Enables or disables TiDB binlog generation
+ Default: `false`

## `-L`

- The log level
Expand Down Expand Up @@ -174,7 +174,7 @@ When you start the TiDB cluster, you can use command-line options or environment

## `--temp-dir`

- TiDB temporary directory
- The temporary directory of TiDB
- Default: `"/tmp/tidb"`

## `--token-limit`
Expand Down

0 comments on commit b359f71

Please sign in to comment.