Fix connection string

This commit is contained in:
Pieter Vander Vennet 2024-02-19 14:00:16 +01:00
parent 1af988a19d
commit f2d9ec71e4

View file

@ -213,7 +213,7 @@ class Server {
}
}
const connectionString = "postgresql://user:password@localhost:5445/osm-poi" // "postgresql://user:password@localhost:5444/osm-poi"
const connectionString = "postgresql://user:password@localhost:5444/osm-poi"
const tcs = new OsmPoiDatabase(connectionString)
const server = new Server(2345, { ignorePathPrefix: ["summary"] }, [
{