Module DbConfig

This file is for storing any environment variables we need. Especially if we need to override the values depending on what environment we are currently in Currently this file stores the URL for the Mongo database

Properties

Properties

export=: {
    url: string;
}

Type declaration

  • url: string

Generated using TypeDoc