parameters.yml.dist 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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. # http://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: fd3_ftth
  8. database_user: root
  9. database_password: ~
  10. # You should uncomment this if you want use pdo_sqlite
  11. # database_path: "%kernel.root_dir%/data.db3"
  12. mailer_transport: smtp
  13. mailer_host: 127.0.0.1
  14. mailer_user: ~
  15. mailer_password: ~
  16. # A secret key that's used to generate certain security-related tokens
  17. secret: ThisTokenIsNotSoSecretChangeIt
  18. jms_serializer.camel_case_naming_strategy.class: JMS\Serializer\Naming\IdenticalPropertyNamingStrategy
  19. # Url para logout en repositorio base
  20. url_logout: 'http://127.0.0.1/base/app_dev.php/logout'
  21. # RabbitMQ parameters
  22. rabbit_mq.host: 127.0.0.1
  23. rabbit_mq.port: 5672
  24. rabbit_mq.user: 'guest'
  25. rabbit_mq.password: 'guest'
  26. rabbit_mq.vhost: '/'
  27. db_session_host: 127.0.0.1
  28. db_session_port: null
  29. db_session_name: fd_session
  30. db_session_user: root
  31. db_session_password: null