From 188c9528d7349ca846c89661a70815a50015359d Mon Sep 17 00:00:00 2001 From: otbutz Date: Mon, 8 Mar 2021 13:16:13 +0100 Subject: [PATCH] Readme: Start configuration section with config.theme.js (#102) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9df43df..687b879 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ You can either ## Configuration -Defaults are set in `dist/config.default.js`. -You can overwrite settings in `dist/theme/config.theme.js`, for example: +You can customize your installation by creating and editing `dist/theme/config.theme.js` which allows you to override the default values provided by `dist/config.default.js`. + +The following `config.theme.js` example file changes the location of the API endpoint: ```javascript Nominatim_Config.Nominatim_API_Endpoint = 'http://my-server:1234/'; -- 2.39.5