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 1919
2020``` yaml
2121database :
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}" # 数据库用户名
Original file line number Diff line number Diff 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}" # 数据库用户名
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}" # डेटाबेस उपयोगकर्ता नाम
You can’t perform that action at this time.
0 commit comments