about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-09-19 10:05:56 +0300
committerFrederick Muriuki Muriithi2023-09-19 10:05:56 +0300
commit8922d09a5765e8ade8c0d6651f3d65ccdfe34a9e (patch)
tree2f853110fe496213bcab151a5dac14759065b1c3
parent64d81df4ce47a8977b37baf1a68ca983c2dd99a1 (diff)
downloadgn-machines-8922d09a5765e8ade8c0d6651f3d65ccdfe34a9e.tar.gz
Add missing `gn-auth-repository` configuration
-rw-r--r--genenetwork-development.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index d6f9dbc..edd5244 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -113,6 +113,8 @@ be imported into G-expressions."
                   (default "https://github.com/genenetwork/genenetwork2"))
   (gn3-repository genenetwork-configuration-gn3-repository
                   (default "https://github.com/genenetwork/genenetwork3"))
+  (gn-auth-repository genenetwork-configuration-gn-auth-repository
+                  (default "https://github.com/genenetwork/gn-auth"))
   (gn2-port genenetwork-configuration-gn2-port
             (default 8082))
   (gn3-port genenetwork-configuration-gn3-port