## 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.
-// 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',
--- /dev/null
+// 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;