]> git.openstreetmap.org Git - nominatim-ui.git/blob - dist/theme/config.theme.js.example
Fix syntax of config example
[nominatim-ui.git] / dist / theme / config.theme.js.example
1 // Example file how to overwrite defaults from config.default.js
2 // The file should be named 'config.theme.js'
3
4 Nominatim_Config.Nominatim_API_Endpoint = 'http://myserver.example.com:1234/nominatim/';
5 Nominatim_Config.Page_Title = 'My Server demo';