]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
new dist/theme/config.theme.js.example file, hopefully easier
authorMarc Tobias <mtmail@gmx.net>
Mon, 8 Aug 2022 01:35:56 +0000 (18:35 -0700)
committermtmail <mtmail@gmx.net>
Mon, 8 Aug 2022 01:41:25 +0000 (18:41 -0700)
README.md
dist/config.defaults.js
dist/theme/config.theme.js.example [new file with mode: 0644]

index 687b879970d1a9ec7ab5d822914208a89b6c88e8..fa4f021d385c43a79bf4989ffb875d54fb8f633c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,13 +30,7 @@ You can either
 
 ## Configuration
 
-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/';
-```
+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`. See the `config.theme.js.example` in the same directory for examples.
 
 The `dist/theme/` directory also contains files make it easy to set a different
 logo image, colors, welcome and help text.
index 5846e92b71e4969ede8a21a43b5274a82039ba17..abda5aeb030ce052d45fd76eec360eb4bbe1f439 100644 (file)
@@ -1,4 +1,5 @@
-// You can overwrite any defaults in dist/theme/config.theme.js
+// You can overwrite any defaults in dist/theme/config.theme.js (see
+// *.js.example file in that directory)
 
 let Nominatim_Config = {
   Page_Title: 'Nominatim Demo',
diff --git a/dist/theme/config.theme.js.example b/dist/theme/config.theme.js.example
new file mode 100644 (file)
index 0000000..4c14a90
--- /dev/null
@@ -0,0 +1,5 @@
+// Example file how to overwrite defaults from config.default.js
+// The file should be named 'config.theme.js'
+
+Nominatim_Config.Nominatim_API_Endpoint = 'http://myserver.example.com:1234/nominatim/';
+Nominatim_Config.Page_Title = 'My Server demo;