From ef098bc7438386054bda16899942310d0532e923 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Wed, 26 Dec 2018 12:13:16 +0100 Subject: [PATCH] update example --- example.config.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/example.config.js b/example.config.js index 7bad0a3..b65421d 100644 --- a/example.config.js +++ b/example.config.js @@ -4,16 +4,17 @@ module.exports = { EVENT_EXT: '/api/example/export_events/deeprows', CATEGORY_EXT: '/api/example/export_categories/rows', NARRATIVE_EXT: '/api/example/export_narratives/rows', - SOURCES_EXT: '/api/example/export_events/ids', - SITES_EXT: '/api/example/export_sites/rows', + SOURCES_EXT: '/api/example/export_sources/ids', TAGS_EXT: '/api/example/export_tags/tree', + SITES_EXT: '/api/example/export_sites/rows', MAP_ANCHOR: [31.356397, 34.784818], INCOMING_DATETIME_FORMAT: '%m/%d/%YT%H:%M', - MAPBOX_TOKEN: 'SOME_MAPBOX_TOKEN', + MAPBOX_TOKEN: 'pk.EXAMPLE_MAPBOX_TOKEN', features: { USE_TAGS: false, USE_SEARCH: false, - USE_SITES: false, + USE_SITES: true, USE_SOURCES: true } } +