parameters.yml.dist 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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: mysql
  6. database_port: ~
  7. database_name: fd3_stats
  8. database_user: root
  9. database_password: %env(MYSQL_ROOT_PASSWORD)%
  10. # You should uncomment this if you want to use pdo_sqlite
  11. #database_path: '%kernel.root_dir%/../var/data/data.sqlite'
  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. env(HOST_GRAFANA): grafana.%cookie_domain%
  20. grafana_url: 'http://%env(HOST_GRAFANA)%/dashboard-solo/db/'
  21. db_session_host: 127.0.0.1
  22. db_session_port: null
  23. db_session_name: fd_session
  24. db_session_user: root
  25. db_session_password: null
  26. app_path: '/opt/stats'
  27. geoserver_service: false
  28. geoserver_host: '%env(HOST_GEOSERVER)%'
  29. geoserver_port: 8082
  30. geoserver_user: admin
  31. geoserver_pass: geoserver
  32. geoserver_path_shapes: '/var/www/shapes'
  33. geoserver_default_lat: -34.651285198954
  34. geoserver_default_lng: -58.4912109375
  35. geoserver_default_zoom: 5
  36. device_server_base: 1
  37. # Url del webservice de crontab para crear los archivos
  38. url_crontab: http://127.0.0.1/cron.php?wsdl
  39. env(HOST_BASE): base
  40. env(HOST_AMQP): amqp
  41. env(AMQP_KEY): stats
  42. rabbit_mq.host: amqp
  43. rabbit_mq.port: 5672
  44. rabbit_mq.user: 'guest'
  45. rabbit_mq.password: 'guest'
  46. rabbit_mq.vhost: '/'
  47. cookie_domain_client: '%env(CLIENT)%'
  48. cookie_domain: '%cookie_domain_client%.flowdat.com'
  49. session_names: [flowdat_base_session, flowdat_ftth_session, flowdat_mapas_session, flowdat_stats_session, flowdat_radius_session, flowdat_cablemodem_session]
  50. env(REDIS_HOST): "127.0.0.1" #Hay que borrar y usar HOST_REDIS
  51. env(HOST_REDIS): "127.0.0.1"
  52. redis.connection : "tcp://%env(HOST_REDIS)%:6379"
  53. # nombre del servicio del nginx
  54. nginx_name: nginx-proxy
  55. env(HOST_STATSD): '127.0.0.1'
  56. statsd:
  57. host: %env(HOST_STATSD)%
  58. port: 8125
  59. endpoint.mysql.connection: 'http://%env(HOST_STATSD)%:9004'
  60. # App Dummy URL
  61. env(HOST_DUMMY): www.flowdat.com