ApplicationConfig

ApplicationConfig

new ApplicationConfig()

Represents a configuration file that is applicable to an application or service.
Source:

Members

adapters :Array

Gets an array of data adapters.
Type:
  • Array
Source:

adapterTypes :Array

Gets or sets a collection of data adapter types that are going to be use in data operation
Type:
  • Array
Source:

dataTypes :Array

Gets or sets a collection of data types that are going to be use in data operation
Type:
  • Array
Source:

engines :Array

Gets an array of HTTP view engines configuration
Type:
  • Array
Source:

handlers :Array

Gets an array of all registered HTTP handlers.
Type:
  • Array
Source:

locales :*

Gets or sets an object that holds application locales
Type:
  • *
Source:

mimes :Array

Gets an array of all registered MIME types
Type:
  • Array
Source:

routes :Array

Gets an array of all registered HTTP routes.
Type:
  • Array
Source:

settings :Array

Gets or sets an object that holds application settings
Type:
  • Array
Source: