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.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/ci/config/SimpleBookmark.json b/ci/config/SimpleBookmark.json
deleted file mode 100644
index 2cb64bf..0000000
--- a/ci/config/SimpleBookmark.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
-
- //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
- }
- },
-
- //System website lookup endpoint (aka curl)
- "curl": {
- "path": "/api/lookup",
- "exe_path": "curl", //Path to the curl executable
- "extra_args": [
- "--globoff", //Disables unsafe url globbing
- "--no-keepalive", //Disables keepalive, uneeded for a single lookup request
- "--max-filesize", "100K", //Max file size 100K
- "--max-redirs", "5", //Max redirects 5
- "--location" //Follow redirects
- ]
- },
-
- "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