# This file is a "template" of what your parameters.yml file should look like# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configurationparameters:database_host:127.0.0.1database_port:~database_name:symfonydatabase_user:rootdatabase_password:~# You should uncomment this if you want to use pdo_sqlite#database_path: '%kernel.project_dir%/var/data/data.sqlite'# Mail settingsmailer_transport:smtpmailer_host:mail.cock.li:587mailer_user:***REMOVED***mailer_password:***REMOVED***# A secret key that's used to generate certain security-related tokenssecret:ThisTokenIsNotSoSecretChangeIt