- <?php
- // configure your app for the production environment
- $app['twig.path'] = [__DIR__ . '/../templates'];
- $app['twig.options'] = ['cache' => __DIR__ . '/../var/cache/twig'];
- $app['app.mail_to'] = 'support@osinet.fr';
- $app['data'] = __DIR__ . '/../web/data/items.json';
|