diff --git a/en/self-host/configuration/environments.mdx b/en/self-host/configuration/environments.mdx
index 00be52e4..c2fa159e 100644
--- a/en/self-host/configuration/environments.mdx
+++ b/en/self-host/configuration/environments.mdx
@@ -127,7 +127,9 @@ The database uses PostgreSQL. Please use the public schema.
Available values include:
- `postgresql`(default)
- - `mysql` (MySQL-compatible databases like OceanBase and seekdb can also use this value)
+ - `mysql`
+ - `oceanbase`
+ - `seekdb`
- DB_USERNAME: username
- DB_PASSWORD: password
@@ -406,27 +408,27 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
- OCEANBASE_VECTOR_HOST
- The hostname or IP address of OceanBase vector database.
+ The hostname or IP address of OceanBase or seekdb vector database.
- OCEANBASE_VECTOR_PORT
- The port of OceanBase vector database.
+ The port of OceanBase or seekdb vector database.
- OCEANBASE_VECTOR_USER
- The username of OceanBase vector database.
+ The username of OceanBase or seekdb vector database.
- OCEANBASE_VECTOR_PASSWORD
- The password of OceanBase vector database user.
+ The password of OceanBase or seekdb vector database user.
- OCEANBASE_VECTOR_DATABASE
- The database name of OceanBase vector database.
+ The database name of OceanBase or seekdb vector database.
- OCEANBASE_CLUSTER_NAME
- The cluster name of OceanBase vector database, only available for Docker deployment.
+ The cluster name of OceanBase or seekdb vector database, only available for Docker deployment.
- OCEANBASE_MEMORY_LIMIT
@@ -434,7 +436,7 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
- SEEKDB_MEMORY_LIMIT
- The memory limit of seekdb, only available for Docker deployment.
+ The memory limit of seekdb vector database, only available for Docker deployment.
- TABLESTORE_ENDPOINT
diff --git a/ja/self-host/configuration/environments.mdx b/ja/self-host/configuration/environments.mdx
index d717bb98..fdc6dc50 100644
--- a/ja/self-host/configuration/environments.mdx
+++ b/ja/self-host/configuration/environments.mdx
@@ -4,4 +4,4 @@ title: 環境変数
このドキュメントは英語版のみです。[英語ドキュメント](/en/self-host/configuration/environments)を参照してください。
-
+
\ No newline at end of file
diff --git a/zh/self-host/configuration/environments.mdx b/zh/self-host/configuration/environments.mdx
index f019eb67..116872a9 100644
--- a/zh/self-host/configuration/environments.mdx
+++ b/zh/self-host/configuration/environments.mdx
@@ -4,4 +4,4 @@ title: 环境变量
此文档当前仅提供英文版本。请参阅[英文文档](/en/self-host/configuration/environments)。
-
+
\ No newline at end of file