From 6b47336a8890641b82b057689cfab4692ebd1804 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Fri, 26 Jul 2024 14:42:36 +0200 Subject: [PATCH] example env date update --- example.env | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example.env b/example.env index 7dcedc7..ea4896b 100644 --- a/example.env +++ b/example.env @@ -6,5 +6,6 @@ OIDC_OP_TOKEN_ENDPOINT=https://auth.yourwebsite.com/application/o/token/ OIDC_OP_USER_ENDPOINT=https://auth.yourwebsite.com/application/o/userinfo/ AI_ENDPOINT=http://localhost:11434/api/generate AI_MODEL=myModel -DATE_NOM_END=YYYY-MM-DDTHH:mm:ssZ -DATE_VOTE_END=YYYY-MM-DDTHH:mm:ssZ \ No newline at end of file +DATE_OPEN= +DATE_NOM_END= +DATE_VOTE_END= \ No newline at end of file