From 51441e9244599dec9660a66c873986218c705d60 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 18 May 2022 19:24:27 +0200 Subject: [PATCH] Update .env --- conf/.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/.env b/conf/.env index 72eb5bb..4ae86f7 100644 --- a/conf/.env +++ b/conf/.env @@ -3,6 +3,10 @@ # The Node Environnement NODE_ENV=production +# Writable path for temporary saving attachments during migration to Meteor-Files +# Create directory wekan-uploads +WRITABLE_PATH=__FINALPATH__ + # The path to NODEJS __YNH_NODE_LOAD_PATH__ #---------------------------------------------