diff options
| author | Frederick Muriuki Muriithi | 2025-08-22 10:42:36 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-10-01 09:30:12 -0500 |
| commit | a78284e5bfa5cac6b7939f18e2b9778a93aa74f4 (patch) | |
| tree | 81ea1fab40b953b5f112625fc7ce7c7a990442bd /production.scm | |
| parent | 858791ad34d96f0b48cc1401d355ffe9f58a0285 (diff) | |
| download | gn-machines-a78284e5bfa5cac6b7939f18e2b9778a93aa74f4.tar.gz | |
Setup path to gn-docs correctly.
Diffstat (limited to 'production.scm')
| -rw-r--r-- | production.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/production.scm b/production.scm index ffa75da..bfd9e48 100644 --- a/production.scm +++ b/production.scm @@ -88,7 +88,7 @@ (llm-db-path "/var/lib/genenetwork/sqlite/genenetwork3/llm.db") (gn3-alias-server-port 9800) (gn-tmpdir "/opt/gn/tmp") - (gn-doc-git-checkout "/var/lib/gn-docs.git") + (gn-doc-git-checkout "/var/lib/genenetwork/gn-guile/gn-docs.git") (log-level 'debug))) (service gn-uploader-service-type (gn-uploader-configuration |
