app/config/parameters.ini.tmpl
author cavaliet
Wed, 26 Oct 2011 16:01:33 +0200
changeset 17 a16b5806e3f0
parent 0 7f95f8617b0b
child 58 624e5900f5a4
permissions -rwxr-xr-x
Little modification to enable routing from tag list.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
; These parameters can be imported into other config files
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
; by enclosing the key with % (like %database_user%)
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
; Comments start with ';', as in php.ini
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
[parameters]
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    database_driver   = pdo_mysql
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    database_host     = localhost
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    database_port     =
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    database_name     = symfony
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    database_user     = root
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    database_password =
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    mailer_transport  = smtp
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    mailer_host       = localhost
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    mailer_user       =
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
    mailer_password   =
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
    locale            = en
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
    secret            = ThisTokenIsNotSoSecretChangeIt