Files
ratio_basicFE/config/prod.php
2017-09-17 08:09:11 +02:00

8 lines
310 B
PHP

<?php
// configure your app for the production environment
$app['twig.path'] = array(__DIR__.'/../templates');
$app['twig.options'] = array('cache' => __DIR__.'/../var/cache/twig');
$app['db_config'] = array('path' => '/home/backisbachus/gw2/stats.db', 'records_table' => 'records', 'diff_table' => 'diff');