diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index c8c2f6d..ab8c9f8 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -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' ] ]; \ No newline at end of file