1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00
pywb/config.yaml
Ilya Kreymer 08832300b8 patching/dedup work:
- enable dedup mode if dedup_policy if set in 'recorder'
- support for 'dedup_by_url: true' ignoring digest, dedup by url only
- support for 'cache: always'
- use default 'dedup_index' setting if not specified
- remove prints
- bump version to 2.5.0
2020-10-08 19:54:05 -07:00

20 lines
347 B
YAML

# pywb config file
# ========================================
#
collections:
all: $all
pywb:
index_paths: ./sample_archive/cdx/
archive_paths: ./sample_archive/warcs/
# Settings for each collection
use_js_obj_proxy: true
# Memento support, enable
enable_memento: true
# Replay content in an iframe
framed_replay: true