diff options
author | Frederick Muriuki Muriithi | 2023-09-19 10:05:56 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-19 10:05:56 +0300 |
commit | 8922d09a5765e8ade8c0d6651f3d65ccdfe34a9e (patch) | |
tree | 2f853110fe496213bcab151a5dac14759065b1c3 /genenetwork-development.scm | |
parent | 64d81df4ce47a8977b37baf1a68ca983c2dd99a1 (diff) | |
download | gn-machines-8922d09a5765e8ade8c0d6651f3d65ccdfe34a9e.tar.gz |
Add missing `gn-auth-repository` configuration
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r-- | genenetwork-development.scm | 2 |
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 |