Skip to content

Commit fac9e72

Browse files
authored
fix: use correct port for UTA_DB_URL (#63)
1 parent 77a733c commit fac9e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BEACON_NODE_ID="org.anyvlm.gregor"
2525
# Defaults match compose.anyvar.yaml
2626

2727
# Biocommons services configuration
28-
UTA_DB_URL=postgresql://anonymous@localhost:5433/uta/uta_20241220
28+
UTA_DB_URL=postgresql://anonymous@localhost:5432/uta/uta_20241220
2929
SEQREPO_DATAPROXY_URI=seqrepo+file:///usr/local/share/seqrepo/2024-12-20
3030

3131
# AnyVar storage configuration

0 commit comments

Comments
 (0)