1
0
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:
Ilya Kreymer 2014-03-28 11:57:13 -07:00
parent 9700004dc8
commit 99eadb3d4f
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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'
#=================================================================