diff --git a/deployment/community/.env.template b/deployment/community/.env.template index 741e0e9c..c063d68e 100644 --- a/deployment/community/.env.template +++ b/deployment/community/.env.template @@ -166,8 +166,8 @@ CELERY_RESULT_BACKEND=redis://merginmaps-redis:6379/0 # various life times -#CLOSED_ACCOUNT_EXPIRATION=5 # time in days after user closed his account to all projects and files are permanently deleted -CLOSED_ACCOUNT_EXPIRATION=1 +#ACCOUNT_EXPIRATION=5 # time in days after user closed his account to all projects and files are permanently deleted +ACCOUNT_EXPIRATION=1 #DELETED_PROJECT_EXPIRATION=7 # lifetime of deleted project, expired project are removed permanently without restore possibility, in days diff --git a/deployment/enterprise/.env.template b/deployment/enterprise/.env.template index f6bda021..e2e2adc7 100644 --- a/deployment/enterprise/.env.template +++ b/deployment/enterprise/.env.template @@ -150,8 +150,8 @@ CELERYD_PREFETCH_MULTIPLIER=4 # various life times -#CLOSED_ACCOUNT_EXPIRATION=5 # time in days after user closed his account to all projects and files are permanently deleted -CLOSED_ACCOUNT_EXPIRATION=1 +#ACCOUNT_EXPIRATION=5 # time in days after user closed his account to all projects and files are permanently deleted +ACCOUNT_EXPIRATION=1 #DELETED_PROJECT_EXPIRATION=7 # lifetime of deleted project, expired project are removed permanently without restore possibility, in days