From 9a9828759500cc1a6c585133ccd8848e5ea9cb37 Mon Sep 17 00:00:00 2001 From: King Choi Date: Thu, 4 Apr 2024 15:27:02 -0700 Subject: [PATCH] Fix config.json for plover email --- config.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.template b/config.json.template index af2365f..149d246 100644 --- a/config.json.template +++ b/config.json.template @@ -25,7 +25,7 @@ "mailsubject": "[illumina-uploader] {status} miseq data transfer to sabin", "mailbody": "Run directory {folderToUpload} {status} transferring to Sabin at {timeOfMail}", }, - "TOKEN_EMAIL": { + "PLOVER_EMAIL": { "enabled": false, "emailurl": "https://emailprovider.com", "emailtoken": "secrettoken",