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 6be47fd commit 212b812Copy full SHA for 212b812
.env.sample
@@ -1,6 +1,6 @@
1
# Use these values to connect to the local database from within the devcontainer
2
POSTGRES_HOST=localhost
3
-POSTGRES_USERNAME=admin
+POSTGRES_USERNAME=postgres
4
POSTGRES_PASSWORD=postgres
5
POSTGRES_DATABASE=postgres
6
POSTGRES_SSL=disable
.github/workflows/app-tests.yaml
@@ -19,7 +19,6 @@ jobs:
19
postgres:
20
image: pgvector/pgvector:pg16
21
env:
22
- POSTGRES_USERNAME: admin
23
POSTGRES_PASSWORD: postgres
24
ports:
25
- 5432:5432
0 commit comments