about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-01-26 14:43:21 -0600
committerFrederick Muriuki Muriithi2026-01-26 14:43:21 -0600
commit6524510ef9a3748a05fd9f73035029957526a7cc (patch)
treeb66b6bdfe2d8c3f47092a5c45a131430f44ab875
parentcfa66cfc180d4ab1aa794a73294dd88c715d705d (diff)
downloadgn-machines-6524510ef9a3748a05fd9f73035029957526a7cc.tar.gz
gn-uploader: UPLOAD_FOLDER -> UPLOAD_DIRECTORY
Move the UPLOAD_DIRECTORY under the scratch directory and rename the
configuration variable.
-rw-r--r--genenetwork/services/genenetwork.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm
index c5b30ef..cecc211 100644
--- a/genenetwork/services/genenetwork.scm
+++ b/genenetwork/services/genenetwork.scm
@@ -782,7 +782,7 @@ a @code{<genenetwork-configuration>} record."
                                             (configuration-file-gexp
                                              `(("UPLOADER_SECRETS" ,secrets)
                                                ("SQL_URI" ,sql-uri)
-                                               ("UPLOAD_FOLDER" ,(string-append data-directory
+                                               ("UPLOAD_DIRECTORY" ,(string-append gn-uploader-scratch
                                                                                 "/uploads"))
                                                ("SCRATCH_DIRECTORY" ,gn-uploader-scratch)
                                                ("AUTH_SERVER_URL" ,auth-server-url)