Commit 72dbc473 authored by Ad Schellevis's avatar Ad Schellevis

fix default phalcon configuration

parent e5b4cfc7
...@@ -18,11 +18,11 @@ return new \Phalcon\Config(array( ...@@ -18,11 +18,11 @@ return new \Phalcon\Config(array(
'baseUri' => '/opnsense_gui/', 'baseUri' => '/opnsense_gui/',
), ),
'globals' => array( 'globals' => array(
'config_path' => __DIR__ . '/../../test/conf/', 'config_path' => '/conf/',
'temp_path' => __DIR__ . '/../../test/tmp/', 'temp_path' => '/tmp/',
'vardb_path' => __DIR__ . '/../../test/tmp/', 'vardb_path' => '/var/db/',
'debug' => true, 'debug' => false,
'simulate_mode' => true 'simulate_mode' => false
) )
)); ));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment