|
<?php
|
|
// Fixture used for `october:env` unit tests in `tests/unit/system/console/OctoberEnvTest.php
|
|
|
|
return [
|
|
'enableRoutesCache' => false,
|
|
'enableAssetCache' => false,
|
|
'databaseTemplates' => false,
|
|
'linkPolicy' => 'detect',
|
|
'enableCsrfProtection' => true,
|
|
];
|