aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/SimpleBookmark.json
blob: 56ee2175b89ef7375a37d45f97f0b82209982124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    }
  }
}