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 /specials/gndev.scm | |
parent | 0342833ea87393dcdea8e06b3c1e00ae7d74edc6 (diff) | |
download | gn-machines-5737e10c96249e1d717a3048845bf2bf3182ebf7.tar.gz |
Prevent gn-auth-port from conflicting
Diffstat (limited to 'specials/gndev.scm')
-rw-r--r-- | specials/gndev.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |