diff options
author | Pjotr Prins | 2024-04-05 04:01:35 -0500 |
---|---|---|
committer | Pjotr Prins | 2025-10-04 14:35:36 -0500 |
commit | 5737e10c96249e1d717a3048845bf2bf3182ebf7 (patch) | |
tree | 83aa2f65ee205bf2174ace848c46a181f06b84a8 | |
parent | 0342833ea87393dcdea8e06b3c1e00ae7d74edc6 (diff) | |
download | gn-machines-5737e10c96249e1d717a3048845bf2bf3182ebf7.tar.gz |
Prevent gn-auth-port from conflicting
-rw-r--r-- | fallback.scm | 1 | ||||
-rw-r--r-- | specials/gndev.scm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fallback.scm b/fallback.scm index e222238..68368a7 100644 --- a/fallback.scm +++ b/fallback.scm @@ -61,6 +61,7 @@ (gn-auth-server-name "fallback-auth.genenetwork.org") (gn2-port 8892) (gn3-port 8893) + (gn-auth-port 8894) (sql-uri "mysql://webqtlout:webqtlout@localhost/db_webqtl") (auth-db "/export/data/genenetwork-sqlite/auth.db") (xapian-db "/export/data/genenetwork-xapian") diff --git a/specials/gndev.scm b/specials/gndev.scm index 440aedb..0f9394f 100644 --- a/specials/gndev.scm +++ b/specials/gndev.scm @@ -61,6 +61,7 @@ (gn-auth-server-name "gndev-auth.genenetwork.org") (gn2-port 8992) (gn3-port 8993) + (gn-auth-port 8994) (sql-uri "mysql://webqtlout:webqtlout@localhost/db_webqtl") (auth-db "/export2/data/gndev-sqlite/auth.db") (xapian-db "/export2/data/gndev-xapian") |