From 7f34ea2a0dd11fe0b651aa3959af8655e0daf30e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 19:20:20 +0200 Subject: [PATCH] configs for dev tools --- app/config/config.ini | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) create mode 100644 app/config/config.ini 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