]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
Readme: Start configuration section with config.theme.js (#102)
authorotbutz <tbutz@optitool.de>
Mon, 8 Mar 2021 12:16:13 +0000 (13:16 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Mar 2021 12:16:13 +0000 (13:16 +0100)
README.md

index 9df43df308f48f3f3f12e24201f26be4b2996046..687b879970d1a9ec7ab5d822914208a89b6c88e8 100644 (file)
--- 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/';