parameters.yml.dist 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. parameters:
  2. database_driver: pdo_mysql
  3. database_host: localhost
  4. database_name: packagist
  5. database_user: root
  6. database_password:
  7. mailer_transport:
  8. mailer_host: localhost
  9. mailer_user:
  10. mailer_password:
  11. mailer_from_email: admin@example.org
  12. mailer_from_name: Admin Team
  13. # packagist_host: example.org
  14. # router.request_context.host: %packagist_host%
  15. # router.request_context.scheme: https
  16. redis_dsn: redis://localhost/1
  17. locale: en
  18. google_analytics:
  19. ga_key:
  20. github.client_id:
  21. github.client_secret:
  22. # -- performance features --
  23. # set both to apc to optimize things if it is available
  24. validation_cache_backend: ~
  25. doctrine_cache_backend: array
  26. # -- security features --
  27. secret: CHANGE_ME_IN_PROD
  28. remember_me.secret: CHANGE_ME_IN_PROD
  29. # set to true to enforce ssl, make sure you have a proper certificate in place
  30. force_ssl: false
  31. # e.g. [127.0.0.1] if the app is running behind a reverse proxy on localhost
  32. trusted_proxies: ~
  33. # e.g. ['.*\.?packagist\.org$'] to allow packagist.org and all subdomains as valid hosts
  34. trusted_hosts: ~