aboutsummaryrefslogtreecommitdiff
path: root/ci/container/config-templates/SimpleBookmark-template.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-01 17:58:48 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-01 17:58:48 -0500
commit3883de080e263d2f076f65b4600a5021d3d64a21 (patch)
treee1eb27642da786fc562790b43ae47469f5dc368b /ci/container/config-templates/SimpleBookmark-template.json
parente7dfedc8b67593b377f4a1c3b2cc213df5de2530 (diff)
fix: merge latest package updates to fix registation
Diffstat (limited to 'ci/container/config-templates/SimpleBookmark-template.json')
-rw-r--r--ci/container/config-templates/SimpleBookmark-template.json4
1 files changed, 2 insertions, 2 deletions
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