mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-14 15:53:28 +01:00
* add support for custom data being added via 'PUT /<coll>/record' when in recording mode and 'enable_put_custom_record: true' set in 'recorder' config - url specified via 'url' query arg and content type via request Content-Type - update docs for put custom record options * bump version to 2.6.0b4
14 lines
161 B
YAML
14 lines
161 B
YAML
debug: true
|
|
|
|
collections_root: _test_colls
|
|
|
|
recorder:
|
|
source_coll: live
|
|
enable_put_custom_record: true
|
|
|
|
collections:
|
|
'live': '$live'
|
|
'all': '$all'
|
|
|
|
|