Skip to content

Instantly share code, notes, and snippets.

@sedkis
Created March 10, 2020 02:38
Show Gist options
  • Save sedkis/41e480207ca7a698062e12c6ae48bc64 to your computer and use it in GitHub Desktop.
Save sedkis/41e480207ca7a698062e12c6ae48bc64 to your computer and use it in GitHub Desktop.
{
"name": "Tyk Cache API",
"api_id": "2",
"org_id": "default",
"auth": {},
"use_keyless": true,
"version_data": {
"not_versioned": true,
"versions": {
"Default": {
"name": "Default",
"expires": "3000-01-02 15:04",
"use_extended_paths": true,
"extended_paths": {
"ignored": [],
"white_list": [],
"black_list": []
}
}
}
},
"proxy": {
"listen_path": "/cache/",
"target_url": "http://UPSTREAM_INTERNAL_IP:PORT",
"strip_listen_path": true
},
"enable_batch_request_support": true,
"cache_options": {
"enable_cache": false,
"cache_all_safe_requests": false
},
"disable_quota": true,
"disable_rate_limit": true,
"dont_set_quota_on_create": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment