From 3883de080e263d2f076f65b4600a5021d3d64a21 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 1 Mar 2024 17:58:48 -0500 Subject: fix: merge latest package updates to fix registation --- ci/container/config-templates/SimpleBookmark-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/container/config-templates/SimpleBookmark-template.json') diff --git a/ci/container/config-templates/SimpleBookmark-template.json b/ci/container/config-templates/SimpleBookmark-template.json index 6f39001..a64a10a 100644 --- a/ci/container/config-templates/SimpleBookmark-template.json +++ b/ci/container/config-templates/SimpleBookmark-template.json @@ -16,7 +16,7 @@ "registration": { "path": "/api/register", //Path for the registration endpoint - "token_lifetime_mins": 360, //Token lifetime in minutes - "key_regen_interval_mins": 3600 //Signing key regeneration interval in minutes + "token_lifetime_mins": ${REG_TOKEN_DURATION_MIN}, //Token lifetime in minutes + "key_regen_interval_mins": ${REG_TOKEN_DURATION_MIN}0 //Signing key regeneration interval in minutes } } \ No newline at end of file -- cgit