mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
update exampe.config.js
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user