Skip to content

Commit 56bdfb9

Browse files
fix readme format
1 parent 5e25c57 commit 56bdfb9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

oceanbase-ce/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Below is a table of supported environment variables for the image:
6464
| Variable name | Default value | Description |
6565
|-------------------------|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6666
| 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. |
67-
6867
| 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. |
6968
| OB_CLUSTER_NAME | obcluster | The oceanbase cluster name |
7069
| OB_TENANT_NAME | test | The oceanbase mysql tenant name |

oceanbase-ce/README_CN.md

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ mysql -h127.0.0.1 -P2881 -uroot@test # 使用通用租户的root账户连接
6464
| 变量名 | 默认值 | 描述 |
6565
|-------------------------|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6666
| MODE | {mini, slim, normal} | mini表示容器将使用最少的资源<br>normal表示容器将尽可能使用容器的全部资源<br>slim表示容器将只启动observer并使用快速启动模式,租户名为 test,集群和租户资源相关的变量配置不生效。 |
67-
6867
| EXIT_WHILE_ERROR | true | 当无法启动observer时是否退出容器。如果设置EXIT_WHILE_ERROR=false,容器将不会退出,您可以登录容器进行调试。 |
6968
| OB_CLUSTER_NAME | obcluster | OceanBase集群名称 |
7069
| OB_TENANT_NAME | test | OceanBase MySQL租户名称 |

0 commit comments

Comments
 (0)