|
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] |
|
58
|
5 |
database_driver = pdo_mysql |
|
|
6 |
database_host = localhost |
|
|
7 |
database_port = |
|
|
8 |
database_name = symfony |
|
|
9 |
database_name_test = symfony_test |
|
|
10 |
database_user = root |
|
|
11 |
database_password = |
|
0
|
12 |
|
|
58
|
13 |
mailer_transport = smtp |
|
|
14 |
mailer_host = localhost |
|
|
15 |
mailer_user = |
|
|
16 |
mailer_password = |
|
0
|
17 |
|
|
58
|
18 |
locale = en |
|
0
|
19 |
|
|
58
|
20 |
secret = ThisTokenIsNotSoSecretChangeIt |