From 5a60bffbd65292dab017a17d41c3efeeba2a43c0 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2017 19:07:02 +0200 Subject: [PATCH] config --- app/config/config.ini | 12 ++++++++++++ 1 file changed, 12 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..206ae4f --- /dev/null +++ b/app/config/config.ini @@ -0,0 +1,12 @@ +[database] +adapter = Postgresql +host = localhost +username = postgres +password = 5cZw3rPC +dbname = teanalyticsst + +[application] +controllersDir = ../app/library/App/Controllers/ +modelsDir = ../app/library/App/Controllers/ +viewsDir = ../app/views/ +baseUri = / \ No newline at end of file -- libgit2 0.21.4