diff options
Diffstat (limited to 'genenetwork')
-rw-r--r-- | genenetwork/development-helper.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork/development-helper.scm b/genenetwork/development-helper.scm index 9e846f4..a5d4219 100644 --- a/genenetwork/development-helper.scm +++ b/genenetwork/development-helper.scm @@ -120,6 +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 "GN3_LOCAL_URL" (string-append "http://localhost:" (number->string #$gn3-port))) |