mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
- auto/dyn collections: use overridable 'index_paths' and 'archive_paths', support list for archive_paths - all-auto collection: supported at warcserver layer via special '$all' index - cleanup default_config.yaml and config.yaml, remove obsolete properties - remove obsolete docker-compose.yaml - default_config: simplify list of managed properties - test_cli: add tests for cli options
12 lines
113 B
YAML
12 lines
113 B
YAML
debug: true
|
|
|
|
collections_root: _test_colls
|
|
|
|
recorder: live
|
|
|
|
collections:
|
|
'live': '$live'
|
|
'all': '$all'
|
|
|
|
|