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.
1 parent 49073b4 commit 6be47fdCopy full SHA for 6be47fd
.env.sample
@@ -1,7 +1,7 @@
1
# Use these values to connect to the local database from within the devcontainer
2
POSTGRES_HOST=localhost
3
POSTGRES_USERNAME=admin
4
-POSTGRES_PASSWORD=LocalPasswordOnly
+POSTGRES_PASSWORD=postgres
5
POSTGRES_DATABASE=postgres
6
POSTGRES_SSL=disable
7
.github/workflows/app-tests.yaml
@@ -20,7 +20,7 @@ jobs:
20
image: pgvector/pgvector:pg16
21
env:
22
POSTGRES_USERNAME: admin
23
- POSTGRES_PASSWORD: LocalPasswordOnly
+ POSTGRES_PASSWORD: postgres
24
ports:
25
- 5432:5432
26
# needed because the postgres container does not provide a healthcheck
0 commit comments