diff options
author | Arun Isaac | 2022-09-08 22:47:39 +0530 |
---|---|---|
committer | Arun Isaac | 2022-09-08 23:03:20 +0530 |
commit | c901f4ebc64a4ba55f9f8ec567468fd54fd63fbb (patch) | |
tree | 0d67060702fca19797833e9ea120ce6d7e2b3731 | |
parent | 45b672649e7282beb9c4cca9765c6b06cb83cd9c (diff) | |
download | gn-machines-c901f4ebc64a4ba55f9f8ec567468fd54fd63fbb.tar.gz |
Set genenetwork3 API endpoint used by genenetwork2 to /api3.
* genenetwork/development-helper.scm (genenetwork2-runner-gexp): Set
GN_SERVER_URL to /api3.
-rw-r--r-- | genenetwork/development-helper.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork/development-helper.scm b/genenetwork/development-helper.scm index a3c3d82..7899630 100644 --- a/genenetwork/development-helper.scm +++ b/genenetwork/development-helper.scm @@ -120,7 +120,7 @@ files." (setenv "SERVER_PORT" port) (setenv "GN2_PROFILE" #$profile) (setenv "GN_PROXY_URL" "http://genenetwork.org/gn3-proxy/") - (setenv "GN_SERVER_URL" "https://gn3dev.genenetwork.org/") + (setenv "GN_SERVER_URL" "/api3") (setenv "GN3_LOCAL_URL" (string-append "http://localhost:" (number->string #$gn3-port))) |