mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
fix default phalcon configuration
This commit is contained in:
parent
e5b4cfc70d
commit
72dbc47301
@ -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
|
||||
|
||||
)
|
||||
));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user