Skip to content

@koishijs/plugin-database-mongo

配置项

config.protocol

  • 类型: string
  • 默认值: 'mongodb'

要使用的协议。

config.host

  • 类型: string
  • 默认值: 'localhost'

要连接的主机地址。

config.port

  • 类型: number
  • 默认值: 27017

要连接的端口号。

config.username

  • 类型: string

要使用的用户名。

config.password

  • 类型: string

要使用的密码。

config.database

  • 类型: string
  • 默认值: 'koishi'

要访问的数据库名称。