Boolean determining whether the access log should be redirected to the console.
An array of addresses the web application is accessible by.
Boolean determining whether views can be accessed by their file name.
Boolean determining whether authentication should run for static files or not.
An associative array of custom configurations;
A collection of db connection configurations.
The default headers the web application uses.
An array of routes that shouldn't have logging for headers.
Configuration to disable privacy logging. When set to true, personal information etc. will be stored in the logging.
String of an url to redirect all connections that aren't ssl to.
An array of global restricted ip addresses.
The route that's mapped to the home page.
A list of hosts that the server accepts.
The http header that contains the client's ip. Useful when using reverse proxies.
A static web-page to display for maintenance. When specified the website will automatically be set to maintenance-mode.
An array of ips that can still access the site during maintenance.
An associative array of mapped auth keys.
The maximum number of bytes a request header can be. Default is 8,192 bytes.
The maximum number of bytes a request can transfer. Defaults to 4,000,000 bytes.
Configurations for mongo db.
The name of the web application.
An array of restricted ip addresses.
The time sessions are stored in memory.
Boolean determnining whether views can be cached or not.
Tn associative array of specialized routes.
Configuration for the ssl certificate file.
Configuration for the ssl private key file.
The routes that are mapped to static files.
Boolean determining whethere there's only one view to use for routing. The view must be named __view.dd
Collection of webservices.
The paths to white-list for file-access/directory-access.
Web configurations.