$container['config.default'] = [
'db' => [
'adapterClass' => 'XF\Db\Mysqli\Adapter'
],
'fullUnicode' => false,
'cache' => [
'enabled' => false,
'sessions' => false,
'namespace' => 'xf',
'provider' => 'Void',
'config' => []
],
'debug' => false,
'development' => [
'enabled' => false,
'defaultAddOn' => '',
'skipAddOns' => null, // this has to be something other than an array to allow people to change it
'throwJobErrors' => false,
'fullJs' => false,
'fullEditorJs' => false // internal use only, the necessary files are not distributed
],
'designer' => [
'enabled' => false,
'basePath' => 'src' . \DIRECTORY_SEPARATOR . 'styles'
],
'cookie' => [
'prefix' => 'xf_',
'path' => '/',
'domain' => ''
],
'http' => [
'sslVerify' => null,
'proxy' => null
],
'globalSalt' => '....',
'superAdmins' => '', // keep this for upgrade purposes
'internalDataPath' => 'internal_data',
'codeCachePath' => '%s/code_cache',
'tempDataPath' => '%s/temp',
'fsAdapters' => [],
'externalDataPath' => 'data',
'externalDataUrl' => 'data',
'javaScriptUrl' => 'js',
'chmodWritableValue' => 0,
'jobMaxRunTime' => 8,
'enableMail' => true,
'enableMailQueue' => true,
'enableListeners' => true,
'enableTemplateModificationCallbacks' => true,
'enableClickjackingProtection' => true,
'enableReverseTabnabbingProtection' => true,
'enableGzip' => true,
'enableContentLength' => true,
'enableTfa' => true,
'enableLivePayments' => true,
'maxImageResizePixelCount' => 20000000,
'adminLogLength' => 60, // number of days to keep admin log entries
'checkVersion' => true,
'passwordIterations' => 10,
'proxyUrlFormat' => 'proxy.php?{type}={url}&hash={hash}',
'container' => [],
'exists' => false
];