Commit 7ba8c2428e28c625abaf5abe11706346de5718f9
1 parent
2d533b5d
config
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
app/config/config.ini
1 | 1 | [database] |
2 | -adapter = Mysql | |
3 | -host = "127.0.0.1" | |
4 | -username = "root" | |
5 | -password = "secret" | |
6 | -dbname = "store_db" | |
2 | +adapter = Postgresql | |
3 | +host = "localhost" | |
4 | +username = "postgres" | |
5 | +password = "5cZw3rPC" | |
6 | +dbname = "analytics" | |
7 | 7 | |
8 | 8 | [phalcon] |
9 | -controllersDir = "../app/controllers/" | |
10 | -modelsDir = "../app/models/" | |
9 | +controllersDir = "../app/library/App/Controllers/" | |
10 | +modelsDir = "../app/library/App/Model/" | |
11 | 11 | viewsDir = "../app/views/" |
12 | 12 | baseUri = "/store/" | ... | ... |