We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892d123 commit 27d5b8cCopy full SHA for 27d5b8c
1 file changed
cohd/translator/sri_name_resolution.py
@@ -11,9 +11,9 @@ class SriNameResolution:
11
server_url_default = 'http://name-resolution-sri-dev.apps.renci.org/'
12
server_urls = {
13
'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'
+ 'ITRB-CI': 'https://name-lookup.ci.transltr.io',
+ 'ITRB-TEST': 'https://name-lookup.test.transltr.io',
+ 'ITRB-PROD': 'https://name-lookup.transltr.io'
17
}
18
_TIMEOUT = 10 # Query timeout (seconds)
19
0 commit comments