parameters.yml.docker 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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: mysql
  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. rabbit_mq.host: 'amqp'
  22. rabbit_mq.port: 5672
  23. rabbit_mq.user: 'guest'
  24. rabbit_mq.password: 'guest'
  25. rabbit_mq.vhost: '/'
  26. db_session_host: mysql
  27. db_session_port: null
  28. db_session_name: fd_session
  29. db_session_user: root
  30. db_session_password: '%env(MYSQL_ROOT_PASSWORD)%'
  31. # RabbitMQ routing key
  32. env(HOST_AMQP): amqp
  33. env(AMQP_KEY): ftth
  34. cookie_domain_client: '%env(CLIENT)%'
  35. cookie_domain: '%cookie_domain_client%.%env(DOMAIN)%'
  36. session_names: [flowdat_base_session, flowdat_ftth_session, flowdat_stats_session, flowdat_radius_session, flowdat_cablemodem_session, flowdat_dhcp_session]
  37. # nombre del servicio del nginx
  38. nginx_name: nginx-proxy
  39. onu.distance.nap: 0.2
  40. tr069_service: false
  41. tr069_api: tr069.api
  42. tr069_user: admin
  43. tr069_pass: admin
  44. tr069_host: genieacs-nbi
  45. tr069_port: 7557
  46. tr069_selenium_host: selenium
  47. backups: '%kernel.project_dir%/web/backups-config/ftth/'
  48. show.onu.activationCode: false
  49. fd3_modules_install: '%env(MODULES_INSTALL)%,base,configuracion'