Files
recorder/docroot/utils/config.js
Jan-Piet Mens 74e26ad407 UPD: move config.js into docroot/utils/ to avoid additional proxying
without this, placing Recorder behind an nginx/apache proxy
	would mean having to configure an additional pass for
	browser to access config.js; I don't think this is worthwhile.
2022-08-05 11:02:46 +02:00

14 lines
200 B
JavaScript

/*
* Optionally rename the topic in the location popups on the maps
*
* Example:
* {
* 'jjolie/phone': 'Jane Jolie',
* 'john/android': 'John Smith',
* };
*/
export const renames = {
};