Skip to content

Commit

Permalink
fix readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star committed Dec 11, 2024
1 parent 5e25c57 commit 56bdfb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion oceanbase-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Below is a table of supported environment variables for the image:
| Variable name | Default value | Description |
|-------------------------|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| MODE | {mini, slim, normal} | mini indicates that the container will use the least amount of resource<br>normal indicates that the container will use as much as possible of the container resource<br>slim indicates that the container will only start observer and using fastboot mode, the tenant is named as test, cluster and tenant resource configurations will not take effect. |

| EXIT_WHILE_ERROR | true | Whether quit the container when failed to start observer. if you set EXIT_WHILE_ERROR=false, the container will not exit and you can use log into the container for debugging. |
| OB_CLUSTER_NAME | obcluster | The oceanbase cluster name |
| OB_TENANT_NAME | test | The oceanbase mysql tenant name |
Expand Down
1 change: 0 additions & 1 deletion oceanbase-ce/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ mysql -h127.0.0.1 -P2881 -uroot@test # 使用通用租户的root账户连接
| 变量名 | 默认值 | 描述 |
|-------------------------|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| MODE | {mini, slim, normal} | mini表示容器将使用最少的资源<br>normal表示容器将尽可能使用容器的全部资源<br>slim表示容器将只启动observer并使用快速启动模式,租户名为 test,集群和租户资源相关的变量配置不生效。 |

| EXIT_WHILE_ERROR | true | 当无法启动observer时是否退出容器。如果设置EXIT_WHILE_ERROR=false,容器将不会退出,您可以登录容器进行调试。 |
| OB_CLUSTER_NAME | obcluster | OceanBase集群名称 |
| OB_TENANT_NAME | test | OceanBase MySQL租户名称 |
Expand Down

0 comments on commit 56bdfb9

Please sign in to comment.