This repository was archived by the owner on Jul 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
es/docusaurus-plugin-content-docs/current/configuration
hi/docusaurus-plugin-content-docs/current/configuration Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
``` yaml
21
21
database :
22
- type : " ${APISERVER_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, myslq )
22
+ type : " ${APISERVER_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, mysql )
23
23
host : " ${APISERVER_DB_HOST:localhost}" # 数据库主机地址
24
24
port : ${APISERVER_DB_PORT:5432} # 数据库端口
25
25
user : " ${APISERVER_DB_USER:postgres}" # 数据库用户名
@@ -47,7 +47,7 @@ storage:
47
47
48
48
# 数据库配置(当 type 为 'db' 时使用)
49
49
database:
50
- type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, myslq )
50
+ type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, mysql )
51
51
host: "${GATEWAY_DB_HOST:localhost}" # 数据库主机地址
52
52
port: ${GATEWAY_DB_PORT:5432} # 数据库端口
53
53
user: "${GATEWAY_DB_USER:postgres}" # 数据库用户名
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ storage:
28
28
29
29
# 数据库配置(当 type 为 'db' 时使用)
30
30
database:
31
- type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, myslq )
31
+ type: "${GATEWAY_DB_TYPE:sqlite}" # 数据库类型(sqlite,postgres, mysql )
32
32
host: "${GATEWAY_DB_HOST:localhost}" # 数据库主机地址
33
33
port: ${GATEWAY_DB_PORT:5432} # 数据库端口
34
34
user: "${GATEWAY_DB_USER:postgres}" # 数据库用户名
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ storage:
28
28
29
29
# Configuración de base de datos (usado cuando type es 'db')
30
30
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 )
32
32
host: "${GATEWAY_DB_HOST:localhost}" # Dirección del host de la base de datos
33
33
port: ${GATEWAY_DB_PORT:5432} # Puerto de la base de datos
34
34
user: "${GATEWAY_DB_USER:postgres}" # Usuario de la base de datos
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ storage:
28
28
29
29
# डेटाबेस कॉन्फ़िगरेशन (जब type 'db' हो)
30
30
database:
31
- type: "${GATEWAY_DB_TYPE:sqlite}" # डेटाबेस प्रकार (sqlite,postgres, myslq )
31
+ type: "${GATEWAY_DB_TYPE:sqlite}" # डेटाबेस प्रकार (sqlite,postgres, mysql )
32
32
host: "${GATEWAY_DB_HOST:localhost}" # डेटाबेस होस्ट पता
33
33
port: ${GATEWAY_DB_PORT:5432} # डेटाबेस पोर्ट
34
34
user: "${GATEWAY_DB_USER:postgres}" # डेटाबेस उपयोगकर्ता नाम
You can’t perform that action at this time.
0 commit comments