diff --git a/app/config/config.ini b/app/config/config.ini index dab09ef..6d1041d 100644 --- a/app/config/config.ini +++ b/app/config/config.ini @@ -7,6 +7,6 @@ dbname = analytics [application] controllersDir = app/library/App/Controllers/ -modelsDir = app/library/App/Controllers/ +modelsDir = app/library/App/Model/ viewsDir = app/views/ baseUri = / \ No newline at end of file diff --git a/app/config/config.php b/app/config/config.php deleted file mode 100644 index b34bae3..0000000 --- a/app/config/config.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - - // Change to your own configuration - 'adapter' => 'Postgresql', - 'host' => 'localhost', - 'username' => 'postgres', - 'password' => '5cZw3rPC', - 'dbname' => 'analytics', - ], - - 'phalcon' => [ - - // Change to your own configuration - 'controllersDir' => "../app/library/App/Controllers/", - 'modelsDir' => "../app/library/App/Controllers/", - 'viewsDir' => "../app/views/", - 'baseUri' => "/store/" - ] - ]; -?> -- libgit2 0.21.4