update exampe.config.js

This commit is contained in:
Lachlan Kermode
2020-06-17 18:23:42 +02:00
parent 1d4892fd47
commit 997ae4d448

View File

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