aboutsummaryrefslogtreecommitdiff
path: root/ci/config/SimpleBookmark.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config/SimpleBookmark.json')
-rw-r--r--ci/config/SimpleBookmark.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/ci/config/SimpleBookmark.json b/ci/config/SimpleBookmark.json
new file mode 100644
index 0000000..f097602
--- /dev/null
+++ b/ci/config/SimpleBookmark.json
@@ -0,0 +1,16 @@
+{
+
+ //Comments are allowed
+ "debug": false,
+
+ "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": 5000 //Max bookmarks per user
+ }
+ }
+} \ No newline at end of file