Skip to content

Commit 212b812

Browse files
committed
Pg setup
1 parent 6be47fd commit 212b812

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.env.sample

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

.github/workflows/app-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
postgres:
2020
image: pgvector/pgvector:pg16
2121
env:
22-
POSTGRES_USERNAME: admin
2322
POSTGRES_PASSWORD: postgres
2423
ports:
2524
- 5432:5432

0 commit comments

Comments
 (0)