prod.php 222 B

12345678
  1. <?php
  2. // configure your app for the production environment
  3. $app['twig.path'] = [__DIR__ . '/../templates'];
  4. $app['twig.options'] = ['cache' => __DIR__ . '/../var/cache/twig'];
  5. $app['app.mail_to'] = 'support@osinet.fr';