123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # This file is a "template" of what your parameters.yml file should look like
- # Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
- # http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
- parameters:
- database_host: 127.0.0.1
- database_port: ~
- database_name: fd3_stats
- database_user: root
- database_password: ~
- # You should uncomment this if you want to use pdo_sqlite
- #database_path: '%kernel.root_dir%/../var/data/data.sqlite'
- mailer_transport: smtp
- mailer_host: 127.0.0.1
- mailer_user: ~
- mailer_password: ~
- # A secret key that's used to generate certain security-related tokens
- secret: ThisTokenIsNotSoSecretChangeIt
- jms_serializer.camel_case_naming_strategy.class: JMS\Serializer\Naming\IdenticalPropertyNamingStrategy
- url_logout: 'http://200.50.168.111/base/app_dev.php/logout'
- grafana_url: 'http://200.50.168.108:3000/dashboard-solo/db/'
- db_session_host: 127.0.0.1
- db_session_port: null
- db_session_name: fd_session
- db_session_user: root
- db_session_password: null
- app_path: '/var/flowdat/stats'
- geoserver_service: true
- geoserver_host: 127.0.0.1
- geoserver_port: 8080
- geoserver_user: admin
- geoserver_pass: geoserver
- geoserver_path_shapes: '/var/flowdat/geoserver-shapes'
- # Url del webservice de crontab para crear los archivos
- url_crontab: http://127.0.0.1/cron.php?wsdl
- env(HOST_BASE): base
|