diff --git a/app/config/config.ini b/app/config/config.ini new file mode 100644 index 0000000..163955e --- /dev/null +++ b/app/config/config.ini @@ -0,0 +1,11 @@ +[database] +adapter = Postgresql +host = "localhost" +username = "postgres" +password = "5cZw3rPC" +dbname = "analytics" + +[phalcon] +controllersDir = "../app/library/App/Controllers/" +modelsDir = "../app/library/App/Model/" +viewsDir = "../app/views/" \ No newline at end of file -- libgit2 0.21.4