Skip to content

Commit

Permalink
Update tyk.conf.example (TykTechnologies#1480)
Browse files Browse the repository at this point in the history
Remove mongo fields from install files
  • Loading branch information
Luan van Pletsen authored and buger committed Feb 19, 2018
1 parent 8f6bd5b commit acfd099
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
8 changes: 1 addition & 7 deletions install/data/tyk.self_contained.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@
},
"enable_analytics": false,
"analytics_config": {
"type": "csv",
"pool_size": 100,
"csv_dir": "/tmp",
"mongo_url": "",
"mongo_db_name": "",
"mongo_collection": "",
"purge_delay": -1,
"type": "",
"ignored_ips": [],
"normalise_urls": {
"enabled": true,
Expand Down
8 changes: 1 addition & 7 deletions install/data/tyk.with_dash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@
},
"enable_analytics": true,
"analytics_config": {
"type": "mongo",
"pool_size": 100,
"csv_dir": "/tmp",
"mongo_url": "",
"mongo_db_name": "",
"mongo_collection": "",
"purge_delay": 100,
"type": "",
"ignored_ips": [],
"enable_detailed_recording": true,
"enable_geo_ip": false,
Expand Down
7 changes: 1 addition & 6 deletions tyk.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
},
"enable_analytics": false,
"analytics_config": {
"type": "csv",
"csv_dir": "/tmp",
"mongo_url": "",
"mongo_db_name": "",
"mongo_collection": "",
"purge_delay": -1,
"type": "",
"ignored_ips": []
},
"optimisations_use_async_session_write": true,
Expand Down

0 comments on commit acfd099

Please sign in to comment.