app/config/parameters.ini.tmpl
author cavaliet
Thu, 23 Feb 2012 18:52:59 +0100
changeset 73 c8ecf6c0bdd3
parent 58 624e5900f5a4
permissions -rwxr-xr-x
Add configuration to enable curl request with proxy or any other CURLOPT

; 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      = symfony
    database_name_test = symfony_test
    database_user      = root
    database_password  =

    mailer_transport   = smtp
    mailer_host        = localhost
    mailer_user        =
    mailer_password    =

    locale             = en

    secret             = ThisTokenIsNotSoSecretChangeIt