app/config/parameters.ini
author cavaliet
Wed, 26 Oct 2011 15:39:04 +0200
changeset 16 89a003e5b108
parent 13 ed54c98a7fc8
permissions -rwxr-xr-x
Update routing and templates for tag list.

; These parameters can be imported into other config files
; by enclosing the key with % (like %database_user%)
; Comments start with ';', as in php.ini
[parameters]
    database_driver   = pdo_mysql
    database_host     = localhost
    database_port     =
    database_name     = hdabo_sf
    database_user     = root
    database_password = admin

    mailer_transport  = smtp
    mailer_host       = localhost
    mailer_user       =
    mailer_password   =

    locale            = en

    secret            = ThisTokenIsNotSoSecretChangeIt