aboutsummaryrefslogtreecommitdiff
path: root/ci/config/SimpleBookmark.json
blob: 6cb1b93d22878258059cc009c1ddd510b19a3dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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": 5000 //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
  }
}