Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/config/packages/framework.yaml

23 lines
600 B

framework:
secret: '%env(APP_SECRET)%'
default_locale: '%env(APP_LOCALE)%'
translator:
fallbacks: ['en']
csrf_protection: ~
#esi: ~
#fragments: ~
php_errors:
log: true
templating:
engines: ['twig', 'php']
session:
# handler_id set to null will use default session handler from php.ini
handler_id: ~
name: ch_sid
fragments: ~
http_method_override: true
assets:
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
# base_path: '%env(APP_URL_APPEND)%'
annotations: true