Skip to content

Commit

Permalink
(inclusion_connect) set IC client secret to default Inclusion Connect…
Browse files Browse the repository at this point in the history
… value
  • Loading branch information
vincentporte committed Oct 17, 2023
1 parent 9f9b30b commit 5f9058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f9058c

Please sign in to comment.