1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-23 06:32:24 +01:00
pywb/pywb/default_config.yaml
Ilya Kreymer bfe590996b auto-config: add support for loading from root ./static/ directory,
available under /static/__shared/ path
default path changed from /static/default -> /static/__pywb/
rename wayback-manager to wb-manager
2015-03-17 19:05:39 -07:00

55 lines
1.3 KiB
YAML

collections_root: collections
paths:
archive_paths: archive
index_paths: indexes
static_path: static
templates_dir: templates
template_files:
banner_html: banner.html
head_insert_html: head_insert.html
frame_insert_html: frame_insert.html
query_html: query.html
search_html: search.html
not_found_html: not_found.html
shared_template_files:
home_html: index.html
error_html: error.html
proxy_cert_download_html: proxy_cert_download.html
proxy_select_html: proxy_select.html
head_insert_html: templates/head_insert.html
frame_insert_html: templates/frame_insert.html
banner_html: banner.html
home_html: templates/index.html
query_html: templates/query.html
search_html: templates/search.html
error_html: templates/error.html
not_found_html: templates/not_found.html
proxy_cert_download_html: templates/proxy_cert_download.html
proxy_select_html: templates/proxy_select.html
static_default_prefix: &static_default_prefix static/__pywb
static_shared_prefix: static/__shared
template_globals:
static_path: *static_default_prefix
static_routes:
*static_default_prefix: pywb/static/
enable_memento: true
domain_specific_rules: pywb/rules.yaml
framed_replay: true