Skip to content

Commit

Permalink
example noop config
Browse files Browse the repository at this point in the history
  • Loading branch information
asoorm committed Dec 13, 2023
1 parent 2ecd96b commit 1ef664e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pump.noop.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"analytics_storage_type": "redis",
"analytics_storage_config": {
"type": "redis",
"host": "localhost",
"port": 6379,
"hosts": null,
"username": "",
"password": "",
"database": 0,
"optimisation_max_idle": 100,
"optimisation_max_active": 0,
"enable_cluster": false
},
"purge_delay": 10,
"pumps": {
"noop": {
"type": "noop",
"meta": {}
}
},
"dont_purge_uptime_data": true
}

0 comments on commit 1ef664e

Please sign in to comment.