Skip to content

Commit 27d5b8c

Browse files
committed
Bring back ITRB servers for SRI Name Res
1 parent 892d123 commit 27d5b8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cohd/translator/sri_name_resolution.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ class SriNameResolution:
1111
server_url_default = 'http://name-resolution-sri-dev.apps.renci.org/'
1212
server_urls = {
1313
'dev': 'http://name-resolution-sri-dev.apps.renci.org/',
14-
# 'ITRB-CI': 'https://name-lookup.ci.transltr.io',
15-
# 'ITRB-TEST': 'https://name-lookup.test.transltr.io',
16-
# 'ITRB-PROD': 'https://name-lookup.transltr.io'
14+
'ITRB-CI': 'https://name-lookup.ci.transltr.io',
15+
'ITRB-TEST': 'https://name-lookup.test.transltr.io',
16+
'ITRB-PROD': 'https://name-lookup.transltr.io'
1717
}
1818
_TIMEOUT = 10 # Query timeout (seconds)
1919

0 commit comments

Comments
 (0)