mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add ability to filter asshattery from stats
This commit is contained in:
parent
58a88acd92
commit
b43f7bea1a
3 changed files with 25 additions and 14 deletions
|
@ -165,6 +165,10 @@ wiki_password = "1234"
|
|||
# machine.
|
||||
update_stats = False
|
||||
|
||||
# When used with stats, this is a list of IP addresses that are ignored for
|
||||
# calculation purposes.
|
||||
stats_ignore = []
|
||||
|
||||
# Use the following to push stats to a Carbon instance:
|
||||
stats_to_carbon = False
|
||||
carbon_host = '0.0.0.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue