diff options
| author | Frederick Muriuki Muriithi | 2025-08-22 10:42:36 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-10-08 08:52:17 -0500 |
| commit | 0e5ff000d5493503acac2c7c0c8c87fe9a881776 (patch) | |
| tree | f77a4adf3856307276fa3f1e1b6135df62b46f69 /production.scm | |
| parent | ec2cc2d4131d7f0b3104cf45ab2a59ad26d9e7dc (diff) | |
| download | gn-machines-0e5ff000d5493503acac2c7c0c8c87fe9a881776.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 |
