DatabaseConfig
This interface defines the required configuration of dApps database connections.
v0.2.0
The database's host name.
public
{string}
The database name to connect to.
The database's port number. This value can either be a string or a number. E.g. 27017 or "27017".
27017
"27017"
{number | string}
The username used to login to the database.
Generated using TypeDoc
DatabaseConfig
This interface defines the required configuration of dApps database connections.
v0.2.0