container.yaml 1.0 KB

12345678910111213141516171819202122232425
  1. # Put parameters here that don't need to change on each machine where the app is deployed
  2. # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
  3. parameters:
  4. password_encryption: '%env(APP_ENCRYPT_METHOD)%'
  5. secret: '%env(APP_SECRET)%'
  6. locale: '%env(APP_LOCALE)%'
  7. url_append: '%env(APP_URL_APPEND)%'
  8. installed: '%env(APP_INSTALLED)%'
  9. deny_delete_users: false
  10. course_info_is_not_editable: false
  11. sonata_media.cdn.host: /uploads/media
  12. 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;'
  13. locales:
  14. - en
  15. - fr
  16. - es
  17. - de
  18. twig.form.resources: ['bootstrap_3_layout.html.twig']
  19. oro_migration.data_fixtures.loader.class: Oro\Bundle\MigrationBundle\Migration\Loader\DataFixturesLoader
  20. services:
  21. twig.text_extension:
  22. class: Twig_Extensions_Extension_Text
  23. tags:
  24. - name: twig.extension