Files
ukraine-timemap/example.config.js
Lachlan Kermode be4eca8352 refmt source URL and reducers
to use ES6 spread syntax
2018-12-04 18:01:32 +00:00

18 lines
529 B
JavaScript

module.exports = {
title: 'Example',
SERVER_ROOT: 'http://localhost:4040',
EVENT_EXT: '/api/example/export_events/rows',
CATEGORY_EXT: '/api/example/export_categories/rows',
SOURCES_EXT: '/api/example/export_events/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',
features: {
USE_TAGS: false,
USE_SEARCH: false,
USE_SITES: false
}
}