parameters.yml.dist 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_stats
  8. database_user: root
  9. database_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. url_logout: 'http://200.50.168.111/base/app_dev.php/logout'
  20. grafana_url: 'http://200.50.168.108:3000/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: '/var/flowdat/stats'
  27. geoserver_service: true
  28. geoserver_host: 127.0.0.1
  29. geoserver_port: 8080
  30. geoserver_user: admin
  31. geoserver_pass: geoserver
  32. geoserver_path_shapes: '/var/flowdat/geoserver-shapes'
  33. # Url del webservice de crontab para crear los archivos
  34. url_crontab: http://127.0.0.1/cron.php?wsdl
  35. env(HOST_BASE): base