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/oneup_flysystem.yaml

27 lines
686 B

oneup_flysystem:
adapters:
courses_adapter:
local:
directory: '%kernel.project_dir%/var/courses'
home_adapter:
local:
directory: '%kernel.project_dir%/var/home'
# s3.adapter:
# awss3v3:
# client: s3_client # add service "s3_client"
# bucket: ~
# prefix: ~
filesystems:
courses:
adapter: courses_adapter
visibility: private
cache: ~
alias: ~
mount: ~
home:
adapter: home_adapter
visibility: private
alias: home_filesystem