parameters.yml.docker 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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_stats
  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. # RabbitMQ parameters
  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. grafana_url: 'http://grafana.fd3.flowdat.com/dashboard-solo/db/'
  27. db_session_host: mysql
  28. db_session_port: ~
  29. db_session_name: fd_session
  30. db_session_user: root
  31. db_session_password: 235r2342gtfsw
  32. app_path: '/var/flowdat/stats'
  33. geoserver_service: true
  34. geoserver_host: 127.0.0.1
  35. geoserver_port: 8080
  36. geoserver_user: admin
  37. geoserver_pass: geoserver
  38. geoserver_path_shapes: '/var/flowdat/geoserver-shapes'
  39. device_server_base: 1
  40. url_crontab: http://supervisord/cron.php?wsdl
  41. env(HOST_BASE): base
  42. env(HOST_AMQP): amqp
  43. env(AMQP_KEY): ""
  44. cookie_domain_client: '%env(CLIENT)%'
  45. cookie_domain: '%cookie_domain_client%.flowdat.com'
  46. session_names: [flowdat_base_session, flowdat_ftth_session, flowdat_mapas_session, flowdat_stats_session, flowdat_radius_session, flowdat_cablemodem_session]
  47. env(REDIS_HOST): "127.0.0.1" #Hay que borrar y usar HOST_REDIS
  48. env(HOST_REDIS): "127.0.0.1"
  49. redis.connection : "tcp://%env(HOST_REDIS)%:6379"
  50. env(HOST_STATSD): '127.0.0.1'
  51. statsd:
  52. host: %env(HOST_STATSD)%
  53. port: 8125
  54. endpoint.mysql.connection: 'http://%env(HOST_STATSD)%:9004'