Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Functions

Variables

Const DB_HOST

DB_HOST: string = ...

Const DB_NAME

DB_NAME: string = ...

Const DB_PORT

DB_PORT: string | 27017 = ...

Const PORT

PORT: string | 3000 = ...

Functions

connect

  • connect(): Promise<string>
  • Connect to a database through an URI built with the available Environment Variables

    Returns Promise<string>

    URI to the database

Generated using TypeDoc