We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
esdb
kurrentdb
1 parent ccc9247 commit 0d6250cCopy full SHA for 0d6250c
packages/modules/kurrentdb/src/kurrentdb-container.ts
@@ -2,7 +2,7 @@ import { AbstractStartedContainer, GenericContainer, Wait } from "testcontainers
2
3
export class StartedKurrentDbContainer extends AbstractStartedContainer {
4
getConnectionString(): string {
5
- return `esdb://${this.getHost()}:${this.getFirstMappedPort()}?tls=false`;
+ return `kurrentdb://${this.getHost()}:${this.getFirstMappedPort()}?tls=false`;
6
}
7
8
0 commit comments