From 6cb7da37824d02a1898d08d0f9495c77fde4dd1d Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 20 Jan 2024 23:49:29 -0500 Subject: inital commit --- back-end/src/SimpleBookmark.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 back-end/src/SimpleBookmark.json (limited to 'back-end/src/SimpleBookmark.json') diff --git a/back-end/src/SimpleBookmark.json b/back-end/src/SimpleBookmark.json new file mode 100644 index 0000000..56ee217 --- /dev/null +++ b/back-end/src/SimpleBookmark.json @@ -0,0 +1,16 @@ +{ + + //Comments are allowed + "debug": false, + + "bm_endpoint": { + + "path": "/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 -- cgit