1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/tests/config_test_access.yaml
Ilya Kreymer a3f81dcc0f
access system work for ukwa/ukwa-pywb#7
- 'acl_paths' config can accept a list of files or directories, a file or a directory string
- tests_acl: test collection with acl list, single file, dir
2019-09-03 17:44:52 -04:00

28 lines
653 B
YAML

debug: true
collections:
pywb:
index_paths: ./sample_archive/cdx/
archive_paths: ./sample_archive/warcs/
acl_paths: ./sample_archive/access/pywb.aclj
default_access: block
pywb-acl-list:
index_paths: ./sample_archive/cdx/
archive_paths: ./sample_archive/warcs/
acl_paths:
- ./sample_archive/access/pywb.aclj
- ./sample_archive/access/list2.aclj
default_access: block
pywb-acl-dir:
index_paths: ./sample_archive/cdx/
archive_paths: ./sample_archive/warcs/
acl_paths: ./sample_archive/access/
default_access: block