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 bf47f7c commit 4c0ca4cCopy full SHA for 4c0ca4c
.github/workflows/api-ci.yml
@@ -73,7 +73,7 @@ jobs:
73
postgres-e2e:
74
image: postgres:13
75
ports:
76
- - 5432:5432
+ - 5434:5432
77
env:
78
POSTGRES_DB: db_e2e
79
POSTGRES_USER: e2e
@@ -88,7 +88,7 @@ jobs:
88
run: npm run e2e:ci
89
90
PORT: 3000
91
- DATABASE_URL: postgres://e2e:e2e123@localhost:5432/db_e2e
+ DATABASE_URL: postgres://e2e:e2e123@localhost:5434/db_e2e
92
JWT_SECRET_VERIFY_EMAIL: verify-email-test
93
JWT_ACCESS_SECRET: access-secret-test
94
JWT_REFRESH_SECRET: refresh-secret-test
0 commit comments