parameters.yml.dist 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. # set those to values obtained by creating an application at https://github.com/settings/applications
  21. github.client_id:
  22. github.client_secret:
  23. # -- performance features --
  24. # set both to apc to optimize things if it is available
  25. validation_cache_backend: ~
  26. doctrine_cache_backend: array
  27. # -- security features --
  28. secret: CHANGE_ME_IN_PROD
  29. remember_me.secret: CHANGE_ME_IN_PROD
  30. # set to true to enforce ssl, make sure you have a proper certificate in place
  31. force_ssl: false
  32. # e.g. [127.0.0.1] if the app is running behind a reverse proxy on localhost
  33. trusted_proxies: ~
  34. # e.g. ['.*\.?packagist\.org$'] to allow packagist.org and all subdomains as valid hosts
  35. trusted_hosts: ~