From b93a767757784cdfb52e1087dae58fba103fa035 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 8 May 2022 21:02:12 +0200 Subject: [PATCH] feat: Add settings for ep_expiration plugin --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index c42ded4..c61b065 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -96,6 +96,10 @@ EOF fi cat <<- EOF >> settings.json + "ep_expiration" : { + "enabled": true, + "max_days": 30 + } } EOF fi