This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 745-daylight in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 5beaa82282ac35b6222a9b767fc2ab8260ad3deb Author: Bertil Chapuis <[email protected]> AuthorDate: Mon Sep 18 21:01:47 2023 +0200 Add demo config --- basemap/config.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/basemap/config.js b/basemap/config.js index 2f2cdaf1..605c2e91 100644 --- a/basemap/config.js +++ b/basemap/config.js @@ -10,8 +10,11 @@ the License. **/ export default { - "host": "http://localhost:9000", - "database": "jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps", + "host": "http://demo.baremaps.com:8888", + "database": { + "jdbcUrl": "jdbc:postgresql://localhost:5432/daylight?&user=daylight&password=daylight", + "maximumPoolSize": 1, + }, "osmPbfUrl": "https://download.geofabrik.de/europe/switzerland-latest.osm.pbf", "center": [6.6323, 46.5197], "bounds": [6.02260949059, 45.7769477403, 10.4427014502, 47.8308275417],
