Options
All
  • Public
  • Public/Protected
  • All
Menu

Class providing access to configuration parameters through environment variables.

Hierarchy

  • config

Index

Constructors

constructor

Accessors

Static applicationName

  • get applicationName(): string

Static debug

  • get debug(): boolean

Static federationHost

  • get federationHost(): string

Static internalReference

  • get internalReference(): string

Static jwtSecret

  • get jwtSecret(): string

Static loggingLevel

  • get loggingLevel(): string

Static mongoDatabase

  • get mongoDatabase(): string

Static mongoHostname

  • get mongoHostname(): string

Static mongoPassword

  • get mongoPassword(): string

Static mongoPort

  • get mongoPort(): number

Static mongoUsername

  • get mongoUsername(): string

Static serverPort

  • get serverPort(): number

Static siteHost

  • get siteHost(): string

Static siteProtocol

  • get siteProtocol(): string

Static siteUrl

  • get siteUrl(): string

Static smtpHost

  • get smtpHost(): string

Static smtpPassword

  • get smtpPassword(): string

Static smtpPort

  • get smtpPort(): number

Static smtpUsername

  • get smtpUsername(): string

Generated using TypeDoc