diff options
Diffstat (limited to 'genenetwork/development-helper.scm')
-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))) |