mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 16:14:48 +01:00
2.6.2 release: * fix for regression caused by 2.6.1, invalid static path #681 * add missing base.css
29 lines
476 B
YAML
29 lines
476 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
|
|
|
|
|
|
# uncomment and change to set default locale
|
|
# default_locale: en
|
|
|
|
# uncomment to set available locales
|
|
locales:
|
|
- en
|
|
- fr
|
|
|