Skip to content

Commit 6be47fd

Browse files
committed
Pg setup
1 parent 49073b4 commit 6be47fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use these values to connect to the local database from within the devcontainer
22
POSTGRES_HOST=localhost
33
POSTGRES_USERNAME=admin
4-
POSTGRES_PASSWORD=LocalPasswordOnly
4+
POSTGRES_PASSWORD=postgres
55
POSTGRES_DATABASE=postgres
66
POSTGRES_SSL=disable
77

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
image: pgvector/pgvector:pg16
2121
env:
2222
POSTGRES_USERNAME: admin
23-
POSTGRES_PASSWORD: LocalPasswordOnly
23+
POSTGRES_PASSWORD: postgres
2424
ports:
2525
- 5432:5432
2626
# needed because the postgres container does not provide a healthcheck

0 commit comments

Comments
 (0)