We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3f538a + 7aef898 commit 59d7883Copy full SHA for 59d7883
static/js/base_script.js
@@ -24,8 +24,7 @@ var network_id;
24
var url = new URL(location.href)
25
network_id = url.searchParams.get("uuid")
26
27
-var indra_server_addr = "http://indra-api-72031e2dfde08e09.elb.us-east-1.amazonaws.com:8000";
28
-//var indra_server_addr = "http://0.0.0.0:8080";
+var indra_server_addr = "https://api.indra.bio";
29
30
var ctxt = {};
31
0 commit comments