From ef074603f78373faa4a7081dbaad769e4fcae43c Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Mon, 15 Feb 2021 09:57:22 +0000
Subject: gn1: default

---
 gn/services/gn1-httpd-config.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gn/services/gn1-httpd-config.scm b/gn/services/gn1-httpd-config.scm
index 09d80c4..2c334fa 100644
--- a/gn/services/gn1-httpd-config.scm
+++ b/gn/services/gn1-httpd-config.scm
@@ -62,12 +62,11 @@
          ("alias_module" "modules/mod_alias.so")
          ("rewrite_module" "modules/mod_rewrite.so"))))
 
-; (define GN1-httpd-config (#:key (user "gn1"))
 (define GN1-httpd-config
   (let* ((gn1-user "gn1")
 	 (gn1-source (string-append "/home/" gn1-user "/production/gnshare/gn"))
-	 (gn1-server "gn1-pjotr.genenetwork.org")
-	 (gn1-port "9043"))
+	 (gn1-server "gn1.genenetwork.org")
+	 (gn1-port "9042"))
   (httpd-config-file
     (server-name gn1-server)
     ;; Defaults to httpd, should be same as 'package' above to launch service.
-- 
cgit v1.2.3