prod.php 184 B

123456
  1. <?php
  2. // configure your app for the production environment
  3. $app['twig.path'] = array(__DIR__.'/../templates');
  4. $app['twig.options'] = array('cache' => __DIR__.'/../var/cache/twig');