From 68f33cc830b7ecc0bf4bb1ec555aaa4b8c668c4c Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Thu, 30 Jan 2025 19:06:04 +0100 Subject: [PATCH] config changes base on config-validation --- deployment/bare_metal/.env.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/bare_metal/.env.dist b/deployment/bare_metal/.env.dist index d5a20b347..13f2213f8 100644 --- a/deployment/bare_metal/.env.dist +++ b/deployment/bare_metal/.env.dist @@ -91,10 +91,10 @@ DLT_CONNECTOR_PORT=6010 # used for combining a newsletter on klicktipp with this gradido community # if used, user will be subscribed on register and can unsubscribe in his account KLICKTIPP=false -KLICKTIPP_USER= -KLICKTIPP_PASSWORD= -KLICKTIPP_APIKEY_DE= -KLICKTIPP_APIKEY_EN= +KLICKTIPP_USER=gradido_test +KLICKTIPP_PASSWORD=secret321 +KLICKTIPP_APIKEY_DE=SomeFakeKeyDE +KLICKTIPP_APIKEY_EN=SomeFakeKeyEN # Meta data in frontend pages, important when shared via facebook or twitter or for search engines META_TITLE_DE="Gradido – Dein Dankbarkeitskonto"