Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
local config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 20, 2017
1 parent 3b73046 commit 7449525
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/autoload/local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ declare(strict_types=1);
return [
'config_cache_enabled' => true,
'app' => [
'templates_path' => './src/apps/www/templates',
'folder' => '',
'cache_file' => './cache/fastroute.cache',
'twig' => [
'cache' => './cache/twig',
'debug' => false,
'auto_reload' => true
],
'cache_file' => './cache/fastroute.cache'
]
];

0 comments on commit 7449525

Please sign in to comment.