parameters.yml.dist 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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: 127.0.0.1
  7. database_port: ~
  8. database_name: chamilomaster
  9. database_user: root
  10. database_password: root
  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. password_encryption: sha1
  20. # Activation for multi-url access
  21. multiple_access_urls: false
  22. # Deny the elimination of users
  23. deny_delete_users: false
  24. installed: ~
  25. password_encryption: sha1
  26. sp_bower_bin: '/usr/bin/bower'
  27. sylius.cache:
  28. type: file_system
  29. url_append: ''
  30. sonata_media.cdn.host: /uploads/media
  31. # If you installed Chamilo in http://localhost/chamilo_master
  32. # you need to setup like this:
  33. # url_append: '/chamilo_master/web/'
  34. # sonata_media.cdn.host: /chamilo_master/web/uploads/media
  35. sonata_page.varnish.command: 'if [ ! -r "/etc/varnish/secret" ]; then echo "VALID ERROR :/"; else varnishadm -S /etc/varnish/secret -T 127.0.0.1:6082 {{ COMMAND }} "{{ EXPRESSION }}"; fi;'
  36. locales: [en, fr, es, de]
  37. # Aspell Settings
  38. # aspell_bin: '/usr/bin/hunspell'
  39. # aspell_opts : '-a -d en_GB -H -i utf-8'
  40. # aspell_temp_dir : './'
  41. # If the database is down this css style will be used to show the errors.
  42. theme_fallback : 'chamilo'
  43. # The default template that will be use in the system.
  44. # default_template : 'default' # (main/template/default)
  45. # Hide fields in the main/user/user.php page
  46. # hide_user_field_from_list : ['username']
  47. hosting_total_size_limit: 0