Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppOptions

Options of the Application

Hierarchy

  • AppOptions

Index

Properties

Optional db

db: { dbname?: string; pass?: string; url: string; user?: string }

Mongo database connect information

Type declaration

  • Optional dbname?: string

    Database name

  • Optional pass?: string

    Database user's password

  • url: string

    Database access url

  • Optional user?: string

    Database access user

Optional port

port: number

Server port, default: 3000

Optional public

public: string

Server public path, default: null

Optional waitForModuleInit

waitForModuleInit: boolean

Should the application wait for the module ? (Overwrites Module settings, null = let the Module choose)

Generated using TypeDoc