You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
380 B
YAML
16 lines
380 B
YAML
11 years ago
|
parameters:
|
||
|
database_driver: pdo_mysql
|
||
|
database_host: localhost
|
||
|
database_port: ~
|
||
|
database_name: symfony
|
||
|
database_user: root
|
||
|
database_password: ~
|
||
|
|
||
|
mailer_transport: smtp
|
||
|
mailer_host: localhost
|
||
|
mailer_user: ~
|
||
|
mailer_password: ~
|
||
|
|
||
|
locale: en
|
||
|
secret: ThisTokenIsNotSoSecretChangeIt
|