public
array
|
$defaults
|
array(
'http' => array(
'proxy' => array(),
),
'session' => array(
'debugger' => FALSE,
'autoStart' => 'smart',
'expiration' => NULL,
),
'application' => array(
'debugger' => TRUE,
'errorPresenter' => 'Nette:Error',
'catchExceptions' => '%productionMode%',
'mapping' => NULL
),
'routing' => array(
'debugger' => TRUE,
'routes' => array(),
),
'security' => array(
'debugger' => TRUE,
'frames' => 'SAMEORIGIN',
'users' => array(),
'roles' => array(),
'resources' => array(),
),
'mailer' => array(
'smtp' => FALSE,
'host' => NULL,
'port' => NULL,
'username' => NULL,
'password' => NULL,
'secure' => NULL,
'timeout' => NULL,
),
'database' => array(),
'forms' => array(
'messages' => array(),
),
'latte' => array(
'xhtml' => FALSE,
'macros' => array(),
),
'container' => array(
'debugger' => FALSE,
'accessors' => TRUE,
),
'debugger' => array(
'email' => NULL,
'editor' => NULL,
'browser' => NULL,
'strictMode' => NULL,
'maxLen' => NULL,
'maxDepth' => NULL,
'showLocation' => NULL,
'scream' => NULL,
'bar' => array(),
'blueScreen' => array(),
),
) |
|
public
array
|
$databaseDefaults
|
array(
'dsn' => NULL,
'user' => NULL,
'password' => NULL,
'options' => NULL,
'debugger' => TRUE,
'explain' => TRUE,
'reflection' => 'Nette\Database\Reflection\DiscoveredReflection',
'autowired' => NULL,
) |
|