From b74ce0c896b4329885ce357f7afb90a3d2847e86 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Tue, 17 Oct 2023 16:17:39 +0200 Subject: [PATCH] =?UTF-8?q?(inclusion=5Fconnect)=20set=20IC=C2=A0client=20?= =?UTF-8?q?secret=20to=20default=20Inclusion=20Connect=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 986476aa7..a32ace438 100644 --- a/.env.template +++ b/.env.template @@ -25,7 +25,7 @@ SIB_API_KEY=__key_to_be_set__ # for Inclusion Connect INCLUSION_CONNECT_BASE_URL=http://127.0.0.1:8080 INCLUSION_CONNECT_CLIENT_ID=local_inclusion_connect -INCLUSION_CONNECT_CLIENT_SECRET=__key_to_be_set__ +INCLUSION_CONNECT_CLIENT_SECRET=password # Path to the itou-backup project repository. PATH_TO_BACKUPS=~/path/to/backups