Commit 7f34ea2a0dd11fe0b651aa3959af8655e0daf30e
1 parent
e6bd80b3
configs for dev tools
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
1 | +[database] | ||
2 | +adapter = Postgresql | ||
3 | +host = "localhost" | ||
4 | +username = "postgres" | ||
5 | +password = "5cZw3rPC" | ||
6 | +dbname = "analytics" | ||
7 | + | ||
8 | +[phalcon] | ||
9 | +controllersDir = "../app/library/App/Controllers/" | ||
10 | +modelsDir = "../app/library/App/Model/" | ||
11 | +viewsDir = "../app/views/" | ||
0 | \ No newline at end of file | 12 | \ No newline at end of file |