parameters.yml.docker 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_driver: pdo_mysql
  6. database_host: db
  7. database_port: ~
  8. database_name: fd3_ftth
  9. database_user: root
  10. database_password: 235r2342gtfsw
  11. # You should uncomment this if you want use pdo_sqlite
  12. # database_path: "%kernel.root_dir%/data.db3"
  13. mailer_transport: smtp
  14. mailer_host: 127.0.0.1
  15. mailer_user: ~
  16. mailer_password: ~
  17. # A secret key that's used to generate certain security-related tokens
  18. secret: ThisTokenIsNotSoSecretChangeIt
  19. jms_serializer.camel_case_naming_strategy.class: JMS\Serializer\Naming\IdenticalPropertyNamingStrategy
  20. # amqp queue config
  21. amqp_host: amqp
  22. amqp_port: 5672
  23. amqp_user: 'guest'
  24. amqp_password: 'guest'
  25. amqp_vhost: '/'
  26. amqp_lazy: false
  27. amqp_connection_timeout: 3
  28. amqp_read_write_timeout: 3
  29. # Url para logout en repositorio ftth
  30. url_logout: 'http://127.0.0.1/ftth/app_dev.php/logout'