| author | cavaliet |
| Wed, 26 Oct 2011 16:01:33 +0200 | |
| changeset 17 | a16b5806e3f0 |
| parent 0 | 7f95f8617b0b |
| child 58 | 624e5900f5a4 |
| permissions | -rwxr-xr-x |
| 0 | 1 |
; These parameters can be imported into other config files |
2 |
; by enclosing the key with % (like %database_user%) |
|
3 |
; Comments start with ';', as in php.ini |
|
4 |
[parameters] |
|
5 |
database_driver = pdo_mysql |
|
6 |
database_host = localhost |
|
7 |
database_port = |
|
8 |
database_name = symfony |
|
9 |
database_user = root |
|
10 |
database_password = |
|
11 |
||
12 |
mailer_transport = smtp |
|
13 |
mailer_host = localhost |
|
14 |
mailer_user = |
|
15 |
mailer_password = |
|
16 |
||
17 |
locale = en |
|
18 |
||
19 |
secret = ThisTokenIsNotSoSecretChangeIt |