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 69eab3a commit 0050fbaCopy full SHA for 0050fba
mise.toml
@@ -17,4 +17,4 @@ POSTGRES_DB = "cipherstash"
17
POSTGRES_USER = "cipherstash"
18
POSTGRES_PASSWORD = "password"
19
POSTGRES_HOST = "localhost"
20
-POSTGRES_PORT = "5532"
+POSTGRES_PORT = "7432"
tests/docker-compose.yml
@@ -3,9 +3,9 @@ services:
3
container_name: postgres
4
image: postgres
5
ports:
6
- - 5532:5532
+ - 7432:7432
7
environment:
8
- - PGPORT=5532
+ - PGPORT=${POSTGRES_PORT}
9
- PGUSER=${POSTGRES_USER}
10
- POSTGRES_DB=${POSTGRES_DB}
11
- POSTGRES_USER=${POSTGRES_USER}
0 commit comments