diff options
-rw-r--r-- | genenetwork-development.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 32259d6..e4442ef 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -457,12 +457,7 @@ server described by CONFIG, a <genenetwork-configuration> object." (setenv "GN2_PROFILE" #$(profile (content (package->development-manifest genenetwork2)) (allow-collisions? #t))) - (setenv "GN_SERVER_URL" "https://cd.genenetwork.org/api3/") - (setenv "GN3_LOCAL_URL" - #$(string-append "http://localhost:" - (number->string gn3-port))) (setenv "GENENETWORK_FILES" #$genotype-files) - (setenv "SQL_URI" "mysql://webqtlout:webqtlout@localhost/db_webqtl?unix_socket=/run/mysqld/mysqld.sock") (setenv "HOME" "/tmp") (setenv "NO_REDIS" "no-redis") (setenv "RUST_BACKTRACE" "1") |