Skip to content

Commit

Permalink
config from master
Browse files Browse the repository at this point in the history
  • Loading branch information
alephnull committed Aug 3, 2021
1 parent e77e4cb commit 350d8c0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tyk.standalone.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"listen_port": TYKLISTENPORT,
"secret": "TYKSECRET",
"listen_port": 8080,
"secret": "352d20ee67be67f6340b4c0605b044b7",
"template_path": "/opt/tyk-gateway/templates",
"tyk_js_path": "/opt/tyk-gateway/js/tyk.js",
"middleware_path": "/opt/tyk-gateway/middleware",
Expand All @@ -13,7 +13,8 @@
"username": "",
"password": "",
"database": 0,
"optimisation_max_idle": 100
"optimisation_max_idle": 2000,
"optimisation_max_active": 4000
},
"enable_analytics": false,
"analytics_config": {
Expand All @@ -32,13 +33,14 @@
"optimisations_use_async_session_write": true,
"enable_non_transactional_rate_limiter": true,
"enable_sentinel_rate_limiter": false,
"enable_redis_rolling_limiter": false,
"allow_master_keys": false,
"policies": {
"policy_source": "file",
"policy_record_name": "/opt/tyk-gateway/policies/policies.json"
},
"hash_keys": true,
"close_connections": true,
"close_connections": false,
"http_server_options": {
"enable_websockets": true
},
Expand All @@ -51,5 +53,5 @@
"bundle_base_url": "",
"global_session_lifetime": 100,
"force_global_session_lifetime": false,
"max_idle_connections_per_host": 100
"max_idle_connections_per_host": 500
}

0 comments on commit 350d8c0

Please sign in to comment.