Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Jan 7, 2025
1 parent 8cc113f commit 80bf52b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ It's possible to use ENVs instead of the yml file. This is useful if you want to
| --- | --- |
| ANKLET_METRICS_AGGREGATOR | Whether to enable the aggregator (ex: true) |
| ANKLET_METRICS_PORT | Port to serve aggregator on (ex: 8081) |
<!-- | ANKLET_METRICS_URLS | Comma separated list of metrics urls to aggregate (ex: http://127.0.0.1:8080/metrics,http://192.168.1.202:8080/metrics) | -->
| ANKLET_METRICS_SLEEP_INTERVAL | How many seconds between fetching metrics from each Anklet url defined |
| ANKLET_METRICS_DATABASE_ENABLED | Whether to enable the database (ex: true) |
| ANKLET_METRICS_DATABASE_URL | URL of the database (ex: localhost) |
Expand Down
2 changes: 1 addition & 1 deletion plugins/receivers/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ global_receiver_secret: 12345 # this can be set using the ANKLET_GLOBAL_RECEIVER
plugins:
- name: GITHUB_WEBHOOK_RECEIVER_1
plugin: github_receiver
hook_id: 489747753
hook_id: 4897477123
port: 54321
# secret: 12345
# private_key: /Users/{YOUR USER HERE}/private-key.pem
Expand Down

0 comments on commit 80bf52b

Please sign in to comment.