From f9555c4c2f4ba12b49fa6f5c9e331e665f0cffc6 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Tue, 25 Dec 2018 16:45:24 +0100 Subject: [PATCH] example.config.js with narrative and sources --- example.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example.config.js b/example.config.js index 2fb9346..8b5f008 100644 --- a/example.config.js +++ b/example.config.js @@ -1,12 +1,12 @@ module.exports = { - title: 'Example', + title: 'example', SERVER_ROOT: 'http://localhost:4040', - EVENT_EXT: '/api/example/export_events/rows', + 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', - NARRATIVE_EXT: '/api/example/export_narratives/ids', - TAGS_EXT: '/api/example/export_tags/tree', SITES_EXT: '/api/example/export_sites/rows', + TAGS_EXT: '/api/example/export_tags/tree', MAP_ANCHOR: [31.356397, 34.784818], INCOMING_DATETIME_FORMAT: '%m/%d/%YT%H:%M', MAPBOX_TOKEN: 'SOME_MAPBOX_TOKEN',