Skip to content

Commit

Permalink
Fix connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Feb 19, 2024
1 parent 1af988a commit f2d9ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/osm2pgsql/tilecountServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }, [
{
Expand Down

0 comments on commit f2d9ec7

Please sign in to comment.