Skip to content

Commit 86deb10

Browse files
committed
chore: fix typo
1 parent 182a520 commit 86deb10

File tree

3 files changed

+706
-27
lines changed

3 files changed

+706
-27
lines changed

apps/library/src/app/app.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { SlonikModule} from 'nestjs-slonik';
1212
LendingUiRestModule,
1313
DbModule,
1414
SlonikModule.forRoot({
15-
connectionUri: 'postgres://postgres@postgres@localhost/lib2',
15+
connectionUri: 'postgres://postgres:postgres@localhost/lib2',
1616
})
1717
],
1818
})

0 commit comments

Comments
 (0)