mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
22 lines
400 B
YAML
22 lines
400 B
YAML
# pywb config file
|
|
# ========================================
|
|
#
|
|
|
|
dedup_index: redis://localhost:6379/0/c:{coll}:cdxj
|
|
|
|
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
|
|
|