mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
update package paths
This commit is contained in:
parent
9700004dc8
commit
99eadb3d4f
@ -7,7 +7,7 @@ from pywb.core.cdx_api_handler import create_cdx_server_app
|
||||
#=================================================================
|
||||
|
||||
# cdx-server only config
|
||||
DEFAULT_CONFIG = 'configs/cdx-server-config.yaml'
|
||||
DEFAULT_CONFIG = 'pywb/configs/cdx-server-config.yaml'
|
||||
|
||||
application = init_app(create_cdx_server_app,
|
||||
load_yaml=True,
|
||||
|
@ -106,7 +106,7 @@ def handle_exception(env, wb_router, exc, print_trace):
|
||||
status=status)
|
||||
|
||||
#=================================================================
|
||||
DEFAULT_CONFIG_FILE = 'configs/config.yaml'
|
||||
DEFAULT_CONFIG_FILE = 'pywb/configs/config.yaml'
|
||||
|
||||
|
||||
#=================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user