Skip to content

Commit ffa085d

Browse files
committed
wrong port
1 parent 92f8272 commit ffa085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/model/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'HAIL_BACKEND_SERVICE_HOSTNAME',
3636
'hail-search',
3737
)
38-
HAIL_BACKEND_SERVICE_PORT = int(os.environ.get('HAIL_BACKEND_SERVICE_PORT', '6000'))
38+
HAIL_BACKEND_SERVICE_PORT = int(os.environ.get('HAIL_BACKEND_SERVICE_PORT', '5000'))
3939

4040
# Allele registry secrets :/
4141
ALLELE_REGISTRY_SECRET_NAME = os.environ.get('ALLELE_REGISTRY_SECRET_NAME', None)

0 commit comments

Comments
 (0)