mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
update CHANGES comment out default locales in config.yaml only show warning for installing i18n extra when locales actually specified in config bump to 2.6.0b3
29 lines
480 B
YAML
29 lines
480 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
|
|
# - es
|
|
|