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

46 lines
1.3 KiB

oneup_flysystem:
adapters:
asset_adapter:
local:
location: '%kernel.project_dir%/var/upload/assets'
asset_cache_adapter:
local:
location: '%kernel.project_dir%/var/cache/assets'
resource_adapter:
local:
location: '%kernel.project_dir%/var/upload/resource'
resource_cache_adapter:
local:
location: '%kernel.project_dir%/var/cache/resource'
themes_adapter:
local:
location: '%kernel.project_dir%/var/themes'
themes_cache_adapter:
local:
location: '%kernel.project_dir%/var/cache/themes'
filesystems:
asset:
adapter: asset_adapter
mount: asset
asset_cache:
adapter: asset_cache_adapter
mount: asset_cache
resource:
adapter: resource_adapter
mount: resource
visibility: private
resource_cache:
adapter: resource_cache_adapter
mount: resource_cache
visibility: private
themes:
adapter: themes_adapter
mount: themes
themes_cache:
adapter: themes_cache_adapter
mount: themes_cache