mirror of
https://github.com/bodyrep/bodyrep-sandpit.git
synced 2026-01-25 14:21:40 +00:00
16 lines
395 B
YAML
16 lines
395 B
YAML
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
|