From 96e30ad80664b23d77ccf8f34ce52f1d2fa0c7f1 Mon Sep 17 00:00:00 2001 From: Lachie Kermode Date: Mon, 19 Nov 2018 16:45:04 +0000 Subject: [PATCH] update example.config.js --- config.example.js | 17 ----------------- example.config.js | 14 +++++++------- 2 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 config.example.js diff --git a/config.example.js b/config.example.js deleted file mode 100644 index 7a5272b..0000000 --- a/config.example.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - title: 'Example', - SERVER_ROOT: 'http://localhost:4040', - EVENT_EXT: '/api/example/export_events/rows', - CATEGORY_EXT: '/api/example/export_categories/rows', - EVENT_DESC_ROOT: '/api/example/export_events/ids', - TAG_TREE_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: 'your_token', - features: { - USE_TAGS: true, - USE_SEARCH: false, - USE_SITES: true - } -} diff --git a/example.config.js b/example.config.js index 140f041..92de30c 100644 --- a/example.config.js +++ b/example.config.js @@ -1,12 +1,12 @@ module.exports = { - title: 'EXAMPLE_TITLE', + title: 'Example', SERVER_ROOT: 'http://localhost:4040', - EVENT_EXT: '/api//MAP2D_dev/rows', - CATEGORY_EXT: '/api//MAP2D_dev_category/rows', - EVENT_DESC_ROOT: '/api//MAP2D_dev/ids', - TAG_TREE_EXT: '/api//MAP2D_dev_tags/tree', - SITES_EXT: '/api//MAP2D_dev_sites/rows', - MAP_ANCHOR: [27.5813121, -18.5161798], + EVENT_EXT: '/api/example/export_events/rows', + CATEGORY_EXT: '/api/example/export_categories/rows', + EVENT_DESC_ROOT: '/api/example/export_events/ids', + TAG_TREE_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', features: {