From e8f0920f74b441a52ab000d351ed687484c792b3 Mon Sep 17 00:00:00 2001 From: Vasile Date: Mon, 1 Apr 2024 01:37:51 +0200 Subject: [PATCH] remove example config --- example.config.js | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 example.config.js diff --git a/example.config.js b/example.config.js deleted file mode 100644 index bbcff5ee..00000000 --- a/example.config.js +++ /dev/null @@ -1,29 +0,0 @@ -const config = { - title: 'example', - display_title: 'example', - SERVER_ROOT: 'http://localhost:4040', - EVENTS_EXT: '/api/timemap_data/export_events/deeprows', - ASSOCIATIONS_EXT: '/api/timemap_data/export_associations/deeprows', - SOURCES_EXT: '/api/timemap_data/export_sources/deepids', - SITES_EXT: '', - SHAPES_EXT: '', - DATE_FMT: 'MM/DD/YYYY', - TIME_FMT: 'hh:mm', - store: { - app: { - map: { - anchor: [31.356397, 34.784818] - } - }, - features: { - COLOR_BY_ASSOCIATION: true, - USE_ASSOCIATIONS: true, - USE_SOURCES: true, - USE_COVER: false, - GRAPH_NONLOCATED: false, - HIGHLIGHT_GROUPS: false - } - } -} - -export default config;