mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
pywb_init now driven by config.yaml! (#14) Not yet supporting customized handlers, views, etc...
19 lines
276 B
YAML
19 lines
276 B
YAML
routes:
|
|
pywb:
|
|
index_paths:
|
|
- ./sample_archive/cdx/
|
|
|
|
archive_paths:
|
|
- ./sample_archive/warcs/
|
|
|
|
head_insert_template: ./ui/head_insert.html
|
|
|
|
html_query_template: ./ui/query.html
|
|
|
|
|
|
hostpaths: http://localhost:8080/
|
|
|
|
|
|
|
|
|