-
-
Notifications
You must be signed in to change notification settings - Fork 228
/
Copy pathconfig.yaml
42 lines (33 loc) · 895 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# pywb config file
# ========================================
#
debug: true
# Uncomment to set banner colors and logo
# ui:
# logo: path/relative/from/static/logo.png
# logo_home_url: https://example.com
# navbar_background_hex: 0c49b0
# navbar_color_hex: fff
# navbar_light_buttons: true
# disable_printing: true
collections:
all: $all
pywb:
index_paths: ./sample_archive/cdx/
archive_paths: ./sample_archive/warcs/
# Settings for each collection
use_js_obj_proxy: true
# Eanable Memento support
enable_memento: true
# Replay content in an iframe
framed_replay: true
# Use wabac.js-style client-side replay system for framed replay
client_side_replay: false
# Enable classic redirect behavior
redirect_to_exact: true
# Uncomment and change to set default locale
# default_locale: en
# Uncomment to set available locales
# locales:
# - en
# - ru