mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-17 02:18:01 +00:00
21 lines
530 B
Text
21 lines
530 B
Text
parameters:
|
|
database_driver: pdo_mysql
|
|
database_host: 127.0.0.1
|
|
database_port: ~
|
|
database_name: sylius
|
|
database_user: root
|
|
database_password: ~
|
|
# You should uncomment this if you want use pdo_sqlite.
|
|
# database_path: "%kernel.root_dir%/data.db3"
|
|
|
|
mailer_transport: smtp
|
|
mailer_host: 127.0.0.1
|
|
mailer_user: ~
|
|
mailer_password: ~
|
|
|
|
secret: EDITME
|
|
locale: en_US
|
|
currency: USD
|
|
|
|
wkhtmltopdf.bin_path: /usr/bin/wkhtmltopdf
|
|
wkhtmltoimage.bin_path: /usr/bin/wkhtmltoimage
|