config.ini 262 Bytes
[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/"