Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 5fa3f20

Browse files
KamToHungiFurySt
authored andcommitted
replace myslq to mysql
1 parent 22b90e6 commit 5fa3f20

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/configuration/apiserver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
```yaml
2121
database:
22-
type: "${APISERVER_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, myslq
22+
type: "${APISERVER_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, mysql
2323
host: "${APISERVER_DB_HOST:localhost}" # 数据库主机地址
2424
port: ${APISERVER_DB_PORT:5432} # 数据库端口
2525
user: "${APISERVER_DB_USER:postgres}" # 数据库用户名
@@ -47,7 +47,7 @@ storage:
4747
4848
# 数据库配置(当 type 为 'db' 时使用)
4949
database:
50-
type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, myslq
50+
type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, mysql
5151
host: "${GATEWAY_DB_HOST:localhost}" # 数据库主机地址
5252
port: ${GATEWAY_DB_PORT:5432} # 数据库端口
5353
user: "${GATEWAY_DB_USER:postgres}" # 数据库用户名

docs/configuration/mcp-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ storage:
2828
2929
# 数据库配置(当 type 为 'db' 时使用)
3030
database:
31-
type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, myslq
31+
type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, mysql
3232
host: "${GATEWAY_DB_HOST:localhost}" # 数据库主机地址
3333
port: ${GATEWAY_DB_PORT:5432} # 数据库端口
3434
user: "${GATEWAY_DB_USER:postgres}" # 数据库用户名

i18n/es/docusaurus-plugin-content-docs/current/configuration/mcp-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ storage:
2828
2929
# Configuración de base de datos (usado cuando type es 'db')
3030
database:
31-
type: "${GATEWAY_DB_TYPE:sqlite}" # Tipo de base de datos (sqlite,postgres, myslq)
31+
type: "${GATEWAY_DB_TYPE:sqlite}" # Tipo de base de datos (sqlite,postgres, mysql)
3232
host: "${GATEWAY_DB_HOST:localhost}" # Dirección del host de la base de datos
3333
port: ${GATEWAY_DB_PORT:5432} # Puerto de la base de datos
3434
user: "${GATEWAY_DB_USER:postgres}" # Usuario de la base de datos

i18n/hi/docusaurus-plugin-content-docs/current/configuration/mcp-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ storage:
2828
2929
# डेटाबेस कॉन्फ़िगरेशन (जब type 'db' हो)
3030
database:
31-
type: "${GATEWAY_DB_TYPE:sqlite}" # डेटाबेस प्रकार (sqlite,postgres, myslq)
31+
type: "${GATEWAY_DB_TYPE:sqlite}" # डेटाबेस प्रकार (sqlite,postgres, mysql)
3232
host: "${GATEWAY_DB_HOST:localhost}" # डेटाबेस होस्ट पता
3333
port: ${GATEWAY_DB_PORT:5432} # डेटाबेस पोर्ट
3434
user: "${GATEWAY_DB_USER:postgres}" # डेटाबेस उपयोगकर्ता नाम

0 commit comments

Comments
 (0)