aboutsummaryrefslogtreecommitdiff
path: root/ci/container/config-templates/SimpleBookmark-template.json
diff options
context:
space:
mode:
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