From 09141bb69e0434f4cfc51c593dfbc15b54ef21be Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sat, 20 Jul 2024 10:06:22 +0200 Subject: [PATCH] dates in example env --- example.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index b863579..7dcedc7 100644 --- a/example.env +++ b/example.env @@ -5,4 +5,6 @@ OIDC_OP_AUTHORIZATION_ENDPOINT=https://auth.yourwebsite.com/application/o/author 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 \ No newline at end of file +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