parameters.yml.dist 914 B

1234567891011121314151617181920212223242526
  1. # This file is a "template" of what your parameters.yml file should look like
  2. # Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
  3. # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
  4. parameters:
  5. database_host: 127.0.0.1
  6. database_port: ~
  7. database_name: symfony
  8. database_user: root
  9. database_password: ~
  10. # You should uncomment this if you want to use pdo_sqlite
  11. #database_path: '%kernel.project_dir%/var/data/data.sqlite'
  12. mailer_transport: smtp
  13. mailer_host: 127.0.0.1
  14. mailer_user: ~
  15. mailer_password: ~
  16. mailer_encryption: tls
  17. mailer_auth_mode: plain
  18. mail_from: ~
  19. mail_reply: ~
  20. mail_name: ~
  21. mattermost_url: ~
  22. # A secret key that's used to generate certain security-related tokens
  23. secret: ThisTokenIsNotSoSecretChangeIt