Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabaseConfig

interface

DatabaseConfig

description

This interface defines the required configuration of dApps database connections.

since

v0.2.0

Hierarchy

  • DatabaseConfig

Index

Properties

host: string

The database's host name.

access

public

var

{string}

name: string

The database name to connect to.

access

public

var

{string}

port: string | number

The database's port number. This value can either be a string or a number. E.g. 27017 or "27017".

access

public

var

{number | string}

user: string

The username used to login to the database.

access

public

var

{string}

Generated using TypeDoc