prod.php 228 B

12345678
  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');
  5. $app['app.mail_to'] = 'support@osinet.fr';