1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/tests/test_config_memento.yaml
Ilya Kreymer 1d5b23413f proxy: ensure proxy cert download sets content length
proxy options: 'use_default_coll' must specify exact default coll
(otherwise a random coll is chosen, as ordering is not defined)
travis: add py3.4, py3.5!
2016-02-23 18:09:09 -08:00

32 lines
651 B
YAML

# pywb memento test config file
# ========================================
# minimal settings for memento http api testing
collections:
pywb: ./sample_archive/cdx/
pywb-no-redir:
index_paths: ./sample_archive/cdx/
redir_to_exact: false
archive_paths: ['./sample_archive/warcs/']
# Test memento
enable_memento: true
# Enable simple http proxy mode
enable_http_proxy: true
# test unaltered replay for proxy as well
proxy_options:
use_banner: false
use_client_rewrite: false
use_default_coll: pywb
# enable cdx server api for timemap
enable_cdx_api: true
# test memento with framed replay
framed_replay: true