From 997ae4d448842912f5b34102bf483046eb15ac01 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Wed, 17 Jun 2020 18:23:42 +0200 Subject: [PATCH] update exampe.config.js --- example.config.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/example.config.js b/example.config.js index d3c0cdb..fc261d3 100644 --- a/example.config.js +++ b/example.config.js @@ -2,10 +2,10 @@ module.exports = { title: 'example', display_title: 'example', SERVER_ROOT: 'http://localhost:4040', - EVENTS_EXT: '/api/example/export_events/deeprows', - CATEGORIES_EXT: '/api/example/export_categories/rows', - FILTERS_EXT: '/api/example/export_filters/tree', - SOURCES_EXT: '/api/example/export_sources/deepids', + EVENTS_EXT: '/api/timemap_data/export_events/deeprows', + CATEGORIES_EXT: '/api/timemap_data/export_categories/rows', + FILTERS_EXT: '/api/timemap_data/export_filters/tree', + SOURCES_EXT: '/api/timemap_data/export_sources/deepids', NARRATIVE_EXT: '', SITES_EXT: '', SHAPES_EXT: '', @@ -28,14 +28,12 @@ module.exports = { CATEGORIES_AS_FILTERS: false, USE_FILTERS: false, USE_SOURCES: true, - GRAPH_NONLOCATED: false, - HIGHLIGHT_GROUPS: false, - USE_COVER: false, USE_SEARCH: false, - USE_SITES: true, + USE_SITES: false, USE_SHAPES: false, - + GRAPH_NONLOCATED: false, + HIGHLIGHT_GROUPS: false } } }