Fix connection string
This commit is contained in:
parent
1af988a19d
commit
f2d9ec71e4
1 changed files with 1 additions and 1 deletions
|
@ -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 tcs = new OsmPoiDatabase(connectionString)
|
||||||
const server = new Server(2345, { ignorePathPrefix: ["summary"] }, [
|
const server = new Server(2345, { ignorePathPrefix: ["summary"] }, [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue