diff options
author | Pjotr Prins | 2024-04-01 01:59:51 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-04-01 02:54:51 -0500 |
commit | 0d551870499c886f900a5b87b2040db25e9a00cc (patch) | |
tree | 26d5cf12383b405258baa1e3a1c513c6cd094fde /fallback.scm | |
parent | bfb58e7db7c8529fc45940528c8c443fe9c00fd4 (diff) | |
download | gn-machines-0d551870499c886f900a5b87b2040db25e9a00cc.tar.gz |
fallback: have gn2 and gn3 share a source directory so we can update/debug source code for development. See
topics/systems/debug-and-developing-code-with-genenetwork-system-container.gmi
Diffstat (limited to 'fallback.scm')
-rw-r--r-- | fallback.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fallback.scm b/fallback.scm index 72a83df..bbf3c0d 100644 --- a/fallback.scm +++ b/fallback.scm @@ -65,5 +65,6 @@ (xapian-db "/export/data/genenetwork-xapian") (genotype-files "/export/data/genenetwork/genotype_files") (sparql-endpoint "http://localhost:8892/sparql") + (gn-sourcecode-directory "/export/source/fallback-debug") (gn3-data-directory "/export/data/genenetwork"))) %base-services))) |