parameters.yml.docker 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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_dhcp
  8. database_user: root
  9. database_password: 235r2342gtfsw
  10. # You should uncomment this if you want to use pdo_sqlite
  11. #database_path: '%kernel.project_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. # amqp queue config
  20. rabbit_mq.host: 'amqp'
  21. rabbit_mq.port: 5672
  22. rabbit_mq.user: 'guest'
  23. rabbit_mq.password: 'guest'
  24. rabbit_mq.vhost: '/'
  25. db_session_host: mysql
  26. db_session_port: ~
  27. db_session_name: fd_session
  28. db_session_user: root
  29. db_session_password: 235r2342gtfsw
  30. env(AMQP_KEY) : ""
  31. cookie_domain_client: '%env(CLIENT)%'
  32. cookie_domain: '%cookie_domain_client%.flowdat.com'
  33. session_names: [flowdat_base_session, flowdat_ftth_session, flowdat_mapas_session, flowdat_stats_session, flowdat_radius_session, flowdat_cablemodem_session, flowdat_dhcp_session]
  34. nginx_name: nginx-proxy