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(
'baseUri' => '/opnsense_gui/',
),
'globals' => array(
'config_path' => __DIR__ . '/../../test/conf/',
'temp_path' => __DIR__ . '/../../test/tmp/',
'vardb_path' => __DIR__ . '/../../test/tmp/',
'debug' => true,
'simulate_mode' => true
'config_path' => '/conf/',
'temp_path' => '/tmp/',
'vardb_path' => '/var/db/',
'debug' => false,
'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