diff --git a/app.php b/app.php index 19b96e3..ce6c594 100644 --- a/app.php +++ b/app.php @@ -14,10 +14,10 @@ 'log.enable' => true, 'log.path' => '/tmp/', 'log.level' => 4, - 'templates.path' => '/Users/abe/Sites/The-DataTank-GUI/templates/', + 'templates.path' => '/var/www/gui/templates/', 'view' => 'TwigView', - 'subpath' => '/~abe/The-DataTank-GUI/app.php', - 'static' => '/~abe/The-DataTank-GUI/static', + 'subpath' => '/gui/app.php', + 'static' => '/gui/static/', 'database.dsn' => 'sqlite:/tmp/tdt.db', 'database.user' => '', 'database.password' => '',