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.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/ci/container/config-templates/SimpleBookmark-template.json b/ci/container/config-templates/SimpleBookmark-template.json
new file mode 100644
index 0000000..6f39001
--- /dev/null
+++ b/ci/container/config-templates/SimpleBookmark-template.json
@@ -0,0 +1,22 @@
+{
+
+ //Comments are allowed
+ "debug": false, //Enables obnoxious debug logging
+
+ "bm_endpoint": {
+
+ "path": "/api/bookmarks", //Path for the bookmarks endpoint
+
+ "config": {
+ "max_limit": 100, //Max results per page
+ "default_limit": 20, //Default results per page
+ "user_quota": ${MAX_BOOKMARKS} //Max bookmarks per user
+ }
+ },
+
+ "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
+ }
+} \ No newline at end of file