@koishijs/plugin-database-mongo
配置项
config.protocol
- 类型:
string
- 默认值:
'mongodb'
要使用的协议。
config.host
- 类型:
string
- 默认值:
'localhost'
要连接的主机地址。
config.port
- 类型:
number
- 默认值:
27017
要连接的端口号。
config.username
- 类型:
string
The username used for authentication.
config.password
- 类型:
string
The password used for authentication.
config.database
- 类型:
string
- 默认值:
'koishi'
要访问的数据库名称。