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 92f8272 commit ffa085dCopy full SHA for ffa085d
v03_pipeline/lib/model/environment.py
@@ -35,7 +35,7 @@
35
'HAIL_BACKEND_SERVICE_HOSTNAME',
36
'hail-search',
37
)
38
-HAIL_BACKEND_SERVICE_PORT = int(os.environ.get('HAIL_BACKEND_SERVICE_PORT', '6000'))
+HAIL_BACKEND_SERVICE_PORT = int(os.environ.get('HAIL_BACKEND_SERVICE_PORT', '5000'))
39
40
# Allele registry secrets :/
41
ALLELE_REGISTRY_SECRET_NAME = os.environ.get('ALLELE_REGISTRY_SECRET_NAME', None)
0 commit comments