Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
#
|
|
# more information can be found here http://sonata-project.org/bundles/cache
|
|
#
|
|
#sonata_cache:
|
|
# caches:
|
|
# esi:
|
|
# servers:
|
|
# - varnishadm -T 127.0.0.1:2000 {{ COMMAND }} "{{ EXPRESSION }}"
|
|
#
|
|
# ssi:
|
|
# token: TheToken
|
|
#
|
|
# mongo:
|
|
# database: cache
|
|
# collection: cache
|
|
# servers:
|
|
# - {host: 127.0.0.1, port: 27017, user: username, password: pASS'}
|
|
# - {host: 127.0.0.2}
|
|
#
|
|
# memcached:
|
|
# prefix: test # prefix to ensure there is no clash between instances
|
|
# servers:
|
|
# - {host: 127.0.0.1, port: 11211, weight: 0}
|
|
#
|
|
# predis:
|
|
# servers:
|
|
# - {host: 127.0.0.1, port: 11211, database: 6379}
|
|
#
|
|
# apc:
|
|
# token: s3cur3 # token used to clear the related cache
|
|
# prefix: test # prefix to ensure there is no clash between instances
|
|
# servers:
|
|
# - { domain: kooqit.local, ip: 127.0.0.1, port: 80}
|