Commit 5a60bffbd65292dab017a17d41c3efeeba2a43c0

Authored by Alex Savenko
1 parent e4b2f3a9

config

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
app/config/config.ini 0 → 100644
  1 +[database]
  2 +adapter = Postgresql
  3 +host = localhost
  4 +username = postgres
  5 +password = 5cZw3rPC
  6 +dbname = teanalyticsst
  7 +
  8 +[application]
  9 +controllersDir = ../app/library/App/Controllers/
  10 +modelsDir = ../app/library/App/Controllers/
  11 +viewsDir = ../app/views/
  12 +baseUri = /
0 13 \ No newline at end of file
... ...